Html Css Color HEX #B02472 Medium Red Violet

📋 copy color: '#B02472'

red 176 ◦ green 36 ◦ blue 114

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

Shades of Medium Red Violet #B02472

Tints of Medium Red Violet #B02472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 53.99%
G = 11.04%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B02472 (or 0xB02472) is known color: Medium Red Violet. HEX triplet: B0, 24 and 72. RGB value is (176,36,114). Sum of RGB (Red+Green+Blue) = 176+36+114=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B02472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02472 is #4FDB8D. Grayscale: #565656. Windows color (decimal): -5233550 or 7480496. OLE color: 7480496.

HSL color Cylindrical-coordinate representation of color #B02472: hue angle of 326.57º 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 #B02472 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 114 -
CMYK 0 0.80 0.35 0.31
HSL 326.57º 0.66% 0.42% -
HSV(B) 326.57º 0.8% 0.69% -
XYZ 21.57 11.71 17.04 -
YUV 86.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 176 36 114 0 0.80 0.35 0.31 326.57 0.66 0.42
Hex B0 24 72 0 50 23 1F 147 42 2A
Octal 260 44 162 0 120 43 37 507 102 52
Binary 10110000 100100 1110010 0 1010000 100011 11111 101000111 1000010 101010

Color Harmonies of #B02472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02472

Black with #B02472

Text Example


Text Example

White with #B02472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02472; }

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

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

background-color css

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

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

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

border-color css

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

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

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