Html Css Color HEX #BB22A2 Medium Violet Red

📋 copy color: '#BB22A2'

red 187 ◦ green 34 ◦ blue 162

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

Shades of Medium Violet Red #BB22A2

Tints of Medium Violet Red #BB22A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.3%

R = 48.83%
G = 8.88%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB22A2 (or 0xBB22A2) is known color: Medium Violet Red. HEX triplet: BB, 22 and A2. RGB value is (187,34,162). Sum of RGB (Red+Green+Blue) = 187+34+162=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB22A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB22A2 is #44DD5D. Grayscale: #5D5D5D. Windows color (decimal): -4513118 or 10625723. OLE color: 10625723.

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

Color convert

RGB 187 34 162 -
CMYK 0 0.82 0.13 0.27
HSL 309.8º 0.69% 0.43% -
HSV(B) 309.8º 0.82% 0.73% -
XYZ 27.59 14.32 35.49 -
YUV 94.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 187 34 162 0 0.82 0.13 0.27 309.8 0.69 0.43
Hex BB 22 A2 0 52 D 1B 136 45 2B
Octal 273 42 242 0 122 15 33 466 105 53
Binary 10111011 100010 10100010 0 1010010 1101 11011 100110110 1000101 101011

Color Harmonies of #BB22A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22A2

Black with #BB22A2

Text Example


Text Example

White with #BB22A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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