Html Css Color HEX #BB22AA Medium Violet Red

📋 copy color: '#BB22AA'

red 187 ◦ green 34 ◦ blue 170

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

Shades of Medium Violet Red #BB22AA

Tints of Medium Violet Red #BB22AA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.7%

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 47.83%
G = 8.7%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB22AA (or 0xBB22AA) is known color: Medium Violet Red. HEX triplet: BB, 22 and AA. RGB value is (187,34,170). Sum of RGB (Red+Green+Blue) = 187+34+170=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB22AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB22AA is #44DD55. Grayscale: #5E5E5E. Windows color (decimal): -4513110 or 11150011. OLE color: 11150011.

HSL color Cylindrical-coordinate representation of color #BB22AA: hue angle of 306.67º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB22AA is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 34 170 -
CMYK 0 0.82 0.09 0.27
HSL 306.67º 0.69% 0.43% -
HSV(B) 306.67º 0.82% 0.73% -
XYZ 28.32 14.61 39.36 -
YUV 95.25 170.19 193.44 -
System Red Green Blue C M Y K H S L
Decimal 187 34 170 0 0.82 0.09 0.27 306.67 0.69 0.43
Hex BB 22 AA 0 52 9 1B 133 45 2B
Octal 273 42 252 0 122 11 33 463 105 53
Binary 10111011 100010 10101010 0 1010010 1001 11011 100110011 1000101 101011

Color Harmonies of #BB22AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22AA

Black with #BB22AA

Text Example


Text Example

White with #BB22AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22AA; }

 p { color: rgb(187,34,170); }

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

background-color css

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

 a { background-color: rgb(187,34,170); }

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

border-color css

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

 span { border-color: rgb(187,34,170); }

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