Html Css Color HEX #BB0EA7 Medium Violet Red

📋 copy color: '#BB0EA7'

red 187 ◦ green 14 ◦ blue 167

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

Shades of Medium Violet Red #BB0EA7

Tints of Medium Violet Red #BB0EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.38%

R = 50.82%
G = 3.8%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB0EA7 (or 0xBB0EA7) is known color: Medium Violet Red. HEX triplet: BB, 0E and A7. RGB value is (187,14,167). Sum of RGB (Red+Green+Blue) = 187+14+167=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0EA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0EA7 is #44F158. Grayscale: #525252. Windows color (decimal): -4518233 or 10948283. OLE color: 10948283.

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

Color convert

RGB 187 14 167 -
CMYK 0 0.93 0.11 0.27
HSL 306.94º 0.86% 0.39% -
HSV(B) 306.94º 0.93% 0.73% -
XYZ 27.63 13.67 37.74 -
YUV 83.17 175.31 202.06 -
System Red Green Blue C M Y K H S L
Decimal 187 14 167 0 0.93 0.11 0.27 306.94 0.86 0.39
Hex BB E A7 0 5D B 1B 133 56 27
Octal 273 16 247 0 135 13 33 463 126 47
Binary 10111011 1110 10100111 0 1011101 1011 11011 100110011 1010110 100111

Color Harmonies of #BB0EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EA7

Black with #BB0EA7

Text Example


Text Example

White with #BB0EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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