Html Css Color HEX #B0247B Medium Red Violet

📋 copy color: '#B0247B'

red 176 ◦ green 36 ◦ blue 123

#B0247B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B0247B

Tints of Medium Red Violet #B0247B

RGB

 RED value IS 176 (69.14% from 255) = 52.54%

 GREEN value IS 36 (14.45% from 255) = 10.75%

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 52.54%
G = 10.75%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0247B (or 0xB0247B) is known color: Medium Red Violet. HEX triplet: B0, 24 and 7B. RGB value is (176,36,123). Sum of RGB (Red+Green+Blue) = 176+36+123=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0247B is #4FDB84. Grayscale: #575757. Windows color (decimal): -5233541 or 8070320. OLE color: 8070320.

HSL color Cylindrical-coordinate representation of color #B0247B: hue angle of 322.71º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0247B is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 123 -
CMYK 0 0.80 0.30 0.31
HSL 322.71º 0.66% 0.42% -
HSV(B) 322.71º 0.8% 0.69% -
XYZ 22.11 11.92 19.87 -
YUV 87.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 176 36 123 0 0.80 0.30 0.31 322.71 0.66 0.42
Hex B0 24 7B 0 50 1E 1F 143 42 2A
Octal 260 44 173 0 120 36 37 503 102 52
Binary 10110000 100100 1111011 0 1010000 11110 11111 101000011 1000010 101010

Color Harmonies of #B0247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0247B

Black with #B0247B

Text Example


Text Example

White with #B0247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0247B; }

 p { color: rgb(176,36,123); }

 H1.HeaderClassName
 {
   color: #B0247B;
 }
 .AnyTagClassName
 {
   color: #B0247B;
 }
</style>

background-color css

<style>
 a { background-color: #B0247B; }

 a { background-color: rgb(176,36,123); }

 div.DivClassName
 {
   background-color: #B0247B;
 }
 .BgClassName
 {
   background-color: #B0247B;
 }
</style>

border-color css

<style>
 span { border-color: #B0247B; }

 span { border-color: rgb(176,36,123); }

 td.TdClassName
 {
   border-color: #B0247B;
 }
 .TagClassName
 {
   border-color: #B0247B;
 }
</style>