Html Css Color HEX #BB0E81 Medium Violet Red

📋 copy color: '#BB0E81'

red 187 ◦ green 14 ◦ blue 129

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

Shades of Medium Violet Red #BB0E81

Tints of Medium Violet Red #BB0E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.09%

R = 56.67%
G = 4.24%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB0E81 (or 0xBB0E81) is known color: Medium Violet Red. HEX triplet: BB, 0E and 81. RGB value is (187,14,129). Sum of RGB (Red+Green+Blue) = 187+14+129=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0E81 is #44F17E. Grayscale: #4E4E4E. Windows color (decimal): -4518271 or 8457915. OLE color: 8457915.

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

Color convert

RGB 187 14 129 -
CMYK 0 0.93 0.31 0.27
HSL 320.12º 0.86% 0.39% -
HSV(B) 320.12º 0.93% 0.73% -
XYZ 24.61 12.46 21.88 -
YUV 78.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 187 14 129 0 0.93 0.31 0.27 320.12 0.86 0.39
Hex BB E 81 0 5D 1F 1B 140 56 27
Octal 273 16 201 0 135 37 33 500 126 47
Binary 10111011 1110 10000001 0 1011101 11111 11011 101000000 1010110 100111

Color Harmonies of #BB0E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E81

Black with #BB0E81

Text Example


Text Example

White with #BB0E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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