Html Css Color HEX #BB0A81 Medium Violet Red

📋 copy color: '#BB0A81'

red 187 ◦ green 10 ◦ blue 129

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

Shades of Medium Violet Red #BB0A81

Tints of Medium Violet Red #BB0A81

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.07%

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

R = 57.36%
G = 3.07%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB0A81 (or 0xBB0A81) is known color: Medium Violet Red. HEX triplet: BB, 0A and 81. RGB value is (187,10,129). Sum of RGB (Red+Green+Blue) = 187+10+129=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0A81 is #44F57E. Grayscale: #4C4C4C. Windows color (decimal): -4519295 or 8456891. OLE color: 8456891.

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

Color convert

RGB 187 10 129 -
CMYK 0 0.95 0.31 0.27
HSL 319.66º 0.9% 0.39% -
HSV(B) 319.66º 0.95% 0.73% -
XYZ 24.56 12.37 21.86 -
YUV 76.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 187 10 129 0 0.95 0.31 0.27 319.66 0.9 0.39
Hex BB A 81 0 5F 1F 1B 140 5A 27
Octal 273 12 201 0 137 37 33 500 132 47
Binary 10111011 1010 10000001 0 1011111 11111 11011 101000000 1011010 100111

Color Harmonies of #BB0A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A81

Black with #BB0A81

Text Example


Text Example

White with #BB0A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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