Html Css Color HEX #BB0887 Medium Violet Red

📋 copy color: '#BB0887'

red 187 ◦ green 8 ◦ blue 135

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

Shades of Medium Violet Red #BB0887

Tints of Medium Violet Red #BB0887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

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

R = 56.67%
G = 2.42%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB0887 (or 0xBB0887) is known color: Medium Violet Red. HEX triplet: BB, 08 and 87. RGB value is (187,8,135). Sum of RGB (Red+Green+Blue) = 187+8+135=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0887 is #44F778. Grayscale: #4B4B4B. Windows color (decimal): -4519801 or 8849595. OLE color: 8849595.

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

Color convert

RGB 187 8 135 -
CMYK 0 0.96 0.28 0.27
HSL 317.43º 0.92% 0.38% -
HSV(B) 317.43º 0.96% 0.73% -
XYZ 24.95 12.49 24.02 -
YUV 76 161.3 207.17 -
System Red Green Blue C M Y K H S L
Decimal 187 8 135 0 0.96 0.28 0.27 317.43 0.92 0.38
Hex BB 8 87 0 60 1C 1B 13D 5C 26
Octal 273 10 207 0 140 34 33 475 134 46
Binary 10111011 1000 10000111 0 1100000 11100 11011 100111101 1011100 100110

Color Harmonies of #BB0887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0887

Black with #BB0887

Text Example


Text Example

White with #BB0887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0887; }

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

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

background-color css

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

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

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

border-color css

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

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

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