Html Css Color HEX #BB0DA7 Medium Violet Red

📋 copy color: '#BB0DA7'

red 187 ◦ green 13 ◦ blue 167

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

Shades of Medium Violet Red #BB0DA7

Tints of Medium Violet Red #BB0DA7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.54%

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

R = 50.95%
G = 3.54%
B = 45.5%

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

#BB0DA7 (or 0xBB0DA7) is known color: Medium Violet Red. HEX triplet: BB, 0D and A7. RGB value is (187,13,167). Sum of RGB (Red+Green+Blue) = 187+13+167=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0DA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0DA7 is #44F258. Grayscale: #525252. Windows color (decimal): -4518489 or 10948027. OLE color: 10948027.

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

Color convert

RGB 187 13 167 -
CMYK 0 0.93 0.11 0.27
HSL 306.9º 0.87% 0.39% -
HSV(B) 306.9º 0.93% 0.73% -
XYZ 27.61 13.64 37.74 -
YUV 82.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 187 13 167 0 0.93 0.11 0.27 306.9 0.87 0.39
Hex BB D A7 0 5D B 1B 133 57 27
Octal 273 15 247 0 135 13 33 463 127 47
Binary 10111011 1101 10100111 0 1011101 1011 11011 100110011 1010111 100111

Color Harmonies of #BB0DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DA7

Black with #BB0DA7

Text Example


Text Example

White with #BB0DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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