Html Css Color HEX #BB0886 Medium Violet Red

📋 copy color: '#BB0886'

red 187 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #BB0886

Tints of Medium Violet Red #BB0886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 56.84%
G = 2.43%
B = 40.73%

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

#BB0886 (or 0xBB0886) is known color: Medium Violet Red. HEX triplet: BB, 08 and 86. RGB value is (187,8,134). Sum of RGB (Red+Green+Blue) = 187+8+134=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0886 is #44F779. Grayscale: #4B4B4B. Windows color (decimal): -4519802 or 8784059. OLE color: 8784059.

HSL color Cylindrical-coordinate representation of color #BB0886: hue angle of 317.77º 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 #BB0886 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 8 134 -
CMYK 0 0.96 0.28 0.27
HSL 317.77º 0.92% 0.38% -
HSV(B) 317.77º 0.96% 0.73% -
XYZ 24.88 12.46 23.65 -
YUV 75.89 160.8 207.25 -
System Red Green Blue C M Y K H S L
Decimal 187 8 134 0 0.96 0.28 0.27 317.77 0.92 0.38
Hex BB 8 86 0 60 1C 1B 13E 5C 26
Octal 273 10 206 0 140 34 33 476 134 46
Binary 10111011 1000 10000110 0 1100000 11100 11011 100111110 1011100 100110

Color Harmonies of #BB0886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0886

Black with #BB0886

Text Example


Text Example

White with #BB0886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0886; }

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

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

background-color css

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

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

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

border-color css

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

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

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