Html Css Color HEX #BB22A0 Medium Violet Red

📋 copy color: '#BB22A0'

red 187 ◦ green 34 ◦ blue 160

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

Shades of Medium Violet Red #BB22A0

Tints of Medium Violet Red #BB22A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.99%

R = 49.08%
G = 8.92%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB22A0 (or 0xBB22A0) is known color: Medium Violet Red. HEX triplet: BB, 22 and A0. RGB value is (187,34,160). Sum of RGB (Red+Green+Blue) = 187+34+160=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB22A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB22A0 is #44DD5F. Grayscale: #5D5D5D. Windows color (decimal): -4513120 or 10494651. OLE color: 10494651.

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

Color convert

RGB 187 34 160 -
CMYK 0 0.82 0.14 0.27
HSL 310.59º 0.69% 0.43% -
HSV(B) 310.59º 0.82% 0.73% -
XYZ 27.41 14.25 34.56 -
YUV 94.11 165.19 194.25 -
System Red Green Blue C M Y K H S L
Decimal 187 34 160 0 0.82 0.14 0.27 310.59 0.69 0.43
Hex BB 22 A0 0 52 E 1B 137 45 2B
Octal 273 42 240 0 122 16 33 467 105 53
Binary 10111011 100010 10100000 0 1010010 1110 11011 100110111 1000101 101011

Color Harmonies of #BB22A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22A0

Black with #BB22A0

Text Example


Text Example

White with #BB22A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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