Html Css Color HEX #BB22CC Deep Magenta

📋 copy color: '#BB22CC'

red 187 ◦ green 34 ◦ blue 204

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

Shades of Deep Magenta #BB22CC

Tints of Deep Magenta #BB22CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 44%
G = 8%
B = 48%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB22CC (or 0xBB22CC) is known color: Deep Magenta. HEX triplet: BB, 22 and CC. RGB value is (187,34,204). Sum of RGB (Red+Green+Blue) = 187+34+204=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB22CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22CC is #44DD33. Grayscale: #626262. Windows color (decimal): -4513076 or 13378235. OLE color: 13378235.

HSL color Cylindrical-coordinate representation of color #BB22CC: hue angle of 294º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB22CC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 34 204 -
CMYK 0.08 0.83 0 0.2
HSL 294º 0.71% 0.47% -
HSV(B) 294º 0.83% 0.8% -
XYZ 31.96 16.07 58.54 -
YUV 99.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 187 34 204 0.08 0.83 0 0.2 294 0.71 0.47
Hex BB 22 CC 8 53 0 14 126 47 2F
Octal 273 42 314 10 123 0 24 446 107 57
Binary 10111011 100010 11001100 1000 1010011 0 10100 100100110 1000111 101111

Color Harmonies of #BB22CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22CC

Black with #BB22CC

Text Example


Text Example

White with #BB22CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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