Html Css Color HEX #BB22BA Deep Magenta

📋 copy color: '#BB22BA'

red 187 ◦ green 34 ◦ blue 186

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

Shades of Deep Magenta #BB22BA

Tints of Deep Magenta #BB22BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 45.95%
G = 8.35%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB22BA (or 0xBB22BA) is known color: Deep Magenta. HEX triplet: BB, 22 and BA. RGB value is (187,34,186). Sum of RGB (Red+Green+Blue) = 187+34+186=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB22BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22BA is #44DD45. Grayscale: #606060. Windows color (decimal): -4513094 or 12198587. OLE color: 12198587.

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

Color convert

RGB 187 34 186 -
CMYK 0 0.82 0.01 0.27
HSL 300.39º 0.69% 0.43% -
HSV(B) 300.39º 0.82% 0.73% -
XYZ 29.93 15.25 47.82 -
YUV 97.08 178.19 192.14 -
System Red Green Blue C M Y K H S L
Decimal 187 34 186 0 0.82 0.01 0.27 300.39 0.69 0.43
Hex BB 22 BA 0 52 1 1B 12C 45 2B
Octal 273 42 272 0 122 1 33 454 105 53
Binary 10111011 100010 10111010 0 1010010 1 11011 100101100 1000101 101011

Color Harmonies of #BB22BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22BA

Black with #BB22BA

Text Example


Text Example

White with #BB22BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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