Html Css Color HEX #B00987 Medium Violet Red

📋 copy color: '#B00987'

red 176 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #B00987

Tints of Medium Violet Red #B00987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.81%

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

R = 55%
G = 2.81%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B00987 (or 0xB00987) is known color: Medium Violet Red. HEX triplet: B0, 09 and 87. RGB value is (176,9,135). Sum of RGB (Red+Green+Blue) = 176+9+135=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B00987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00987 is #4FF678. Grayscale: #484848. Windows color (decimal): -5240441 or 8849840. OLE color: 8849840.

HSL color Cylindrical-coordinate representation of color #B00987: hue angle of 314.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00987 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 9 135 -
CMYK 0 0.95 0.23 0.31
HSL 314.73º 0.9% 0.36% -
HSV(B) 314.73º 0.95% 0.69% -
XYZ 22.38 11.17 23.9 -
YUV 73.3 162.83 201.25 -
System Red Green Blue C M Y K H S L
Decimal 176 9 135 0 0.95 0.23 0.31 314.73 0.9 0.36
Hex B0 9 87 0 5F 17 1F 13B 5A 24
Octal 260 11 207 0 137 27 37 473 132 44
Binary 10110000 1001 10000111 0 1011111 10111 11111 100111011 1011010 100100

Color Harmonies of #B00987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00987

Black with #B00987

Text Example


Text Example

White with #B00987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00987; }

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

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

background-color css

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

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

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

border-color css

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

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

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