Html Css Color HEX #B02471 Medium Red Violet

📋 copy color: '#B02471'

red 176 ◦ green 36 ◦ blue 113

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

Shades of Medium Red Violet #B02471

Tints of Medium Red Violet #B02471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 54.15%
G = 11.08%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B02471 (or 0xB02471) is known color: Medium Red Violet. HEX triplet: B0, 24 and 71. RGB value is (176,36,113). Sum of RGB (Red+Green+Blue) = 176+36+113=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B02471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02471 is #4FDB8E. Grayscale: #565656. Windows color (decimal): -5233551 or 7414960. OLE color: 7414960.

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

Color convert

RGB 176 36 113 -
CMYK 0 0.80 0.36 0.31
HSL 327º 0.66% 0.42% -
HSV(B) 327º 0.8% 0.69% -
XYZ 21.52 11.68 16.74 -
YUV 86.64 142.88 191.74 -
System Red Green Blue C M Y K H S L
Decimal 176 36 113 0 0.80 0.36 0.31 327 0.66 0.42
Hex B0 24 71 0 50 24 1F 147 42 2A
Octal 260 44 161 0 120 44 37 507 102 52
Binary 10110000 100100 1110001 0 1010000 100100 11111 101000111 1000010 101010

Color Harmonies of #B02471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02471

Black with #B02471

Text Example


Text Example

White with #B02471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02471; }

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

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

background-color css

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

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

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

border-color css

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

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

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