Html Css Color HEX #BB0E99 Medium Violet Red

📋 copy color: '#BB0E99'

red 187 ◦ green 14 ◦ blue 153

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

Shades of Medium Violet Red #BB0E99

Tints of Medium Violet Red #BB0E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.95%

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 52.82%
G = 3.95%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB0E99 (or 0xBB0E99) is known color: Medium Violet Red. HEX triplet: BB, 0E and 99. RGB value is (187,14,153). Sum of RGB (Red+Green+Blue) = 187+14+153=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0E99 is #44F166. Grayscale: #515151. Windows color (decimal): -4518247 or 10030779. OLE color: 10030779.

HSL color Cylindrical-coordinate representation of color #BB0E99: hue angle of 311.79º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0E99 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 14 153 -
CMYK 0 0.93 0.18 0.27
HSL 311.79º 0.86% 0.39% -
HSV(B) 311.79º 0.93% 0.73% -
XYZ 26.4 13.18 31.29 -
YUV 81.57 168.31 203.2 -
System Red Green Blue C M Y K H S L
Decimal 187 14 153 0 0.93 0.18 0.27 311.79 0.86 0.39
Hex BB E 99 0 5D 12 1B 138 56 27
Octal 273 16 231 0 135 22 33 470 126 47
Binary 10111011 1110 10011001 0 1011101 10010 11011 100111000 1010110 100111

Color Harmonies of #BB0E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E99

Black with #BB0E99

Text Example


Text Example

White with #BB0E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E99; }

 p { color: rgb(187,14,153); }

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

background-color css

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

 a { background-color: rgb(187,14,153); }

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

border-color css

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

 span { border-color: rgb(187,14,153); }

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