Html Css Color HEX #BB0AA4 Medium Violet Red

📋 copy color: '#BB0AA4'

red 187 ◦ green 10 ◦ blue 164

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

Shades of Medium Violet Red #BB0AA4

Tints of Medium Violet Red #BB0AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.43%

R = 51.8%
G = 2.77%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB0AA4 (or 0xBB0AA4) is known color: Medium Violet Red. HEX triplet: BB, 0A and A4. RGB value is (187,10,164). Sum of RGB (Red+Green+Blue) = 187+10+164=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0AA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0AA4 is #44F55B. Grayscale: #505050. Windows color (decimal): -4519260 or 10750651. OLE color: 10750651.

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

Color convert

RGB 187 10 164 -
CMYK 0 0.95 0.12 0.27
HSL 307.8º 0.9% 0.39% -
HSV(B) 307.8º 0.95% 0.73% -
XYZ 27.3 13.46 36.28 -
YUV 80.48 175.14 203.98 -
System Red Green Blue C M Y K H S L
Decimal 187 10 164 0 0.95 0.12 0.27 307.8 0.9 0.39
Hex BB A A4 0 5F C 1B 134 5A 27
Octal 273 12 244 0 137 14 33 464 132 47
Binary 10111011 1010 10100100 0 1011111 1100 11011 100110100 1011010 100111

Color Harmonies of #BB0AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0AA4

Black with #BB0AA4

Text Example


Text Example

White with #BB0AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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