Html Css Color HEX #BB0987 Medium Violet Red

📋 copy color: '#BB0987'

red 187 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #BB0987

Tints of Medium Violet Red #BB0987

RGB

 RED value IS 187 (73.44% from 255) = 56.5%

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

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

R = 56.5%
G = 2.72%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB0987 (or 0xBB0987) is known color: Medium Violet Red. HEX triplet: BB, 09 and 87. RGB value is (187,9,135). Sum of RGB (Red+Green+Blue) = 187+9+135=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0987 is #44F678. Grayscale: #4C4C4C. Windows color (decimal): -4519545 or 8849851. OLE color: 8849851.

HSL color Cylindrical-coordinate representation of color #BB0987: hue angle of 317.53º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0987 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 9 135 -
CMYK 0 0.95 0.28 0.27
HSL 317.53º 0.91% 0.38% -
HSV(B) 317.53º 0.95% 0.73% -
XYZ 24.96 12.51 24.02 -
YUV 76.59 160.97 206.75 -
System Red Green Blue C M Y K H S L
Decimal 187 9 135 0 0.95 0.28 0.27 317.53 0.91 0.38
Hex BB 9 87 0 5F 1C 1B 13E 5B 26
Octal 273 11 207 0 137 34 33 476 133 46
Binary 10111011 1001 10000111 0 1011111 11100 11011 100111110 1011011 100110

Color Harmonies of #BB0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0987

Black with #BB0987

Text Example


Text Example

White with #BB0987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0987; }

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

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

background-color css

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

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

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

border-color css

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

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

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