Html Css Color HEX #B02487 Medium Red Violet

📋 copy color: '#B02487'

red 176 ◦ green 36 ◦ blue 135

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

Shades of Medium Red Violet #B02487

Tints of Medium Red Violet #B02487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.9%

R = 50.72%
G = 10.37%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B02487 (or 0xB02487) is known color: Medium Red Violet. HEX triplet: B0, 24 and 87. RGB value is (176,36,135). Sum of RGB (Red+Green+Blue) = 176+36+135=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B02487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02487 is #4FDB78. Grayscale: #585858. Windows color (decimal): -5233529 or 8856752. OLE color: 8856752.

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

Color convert

RGB 176 36 135 -
CMYK 0 0.80 0.23 0.31
HSL 317.57º 0.66% 0.42% -
HSV(B) 317.57º 0.8% 0.69% -
XYZ 22.91 12.24 24.08 -
YUV 89.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 176 36 135 0 0.80 0.23 0.31 317.57 0.66 0.42
Hex B0 24 87 0 50 17 1F 13E 42 2A
Octal 260 44 207 0 120 27 37 476 102 52
Binary 10110000 100100 10000111 0 1010000 10111 11111 100111110 1000010 101010

Color Harmonies of #B02487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02487

Black with #B02487

Text Example


Text Example

White with #B02487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02487; }

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

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

background-color css

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

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

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

border-color css

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

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

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