Html Css Color HEX #BB22CB Deep Magenta

📋 copy color: '#BB22CB'

red 187 ◦ green 34 ◦ blue 203

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

Shades of Deep Magenta #BB22CB

Tints of Deep Magenta #BB22CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 44.1%
G = 8.02%
B = 47.88%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB22CB (or 0xBB22CB) is known color: Deep Magenta. HEX triplet: BB, 22 and CB. RGB value is (187,34,203). Sum of RGB (Red+Green+Blue) = 187+34+203=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB22CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22CB is #44DD34. Grayscale: #626262. Windows color (decimal): -4513077 or 13312699. OLE color: 13312699.

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

Color convert

RGB 187 34 203 -
CMYK 0.08 0.83 0 0.20
HSL 294.32º 0.71% 0.46% -
HSV(B) 294.32º 0.83% 0.8% -
XYZ 31.85 16.02 57.91 -
YUV 99.01 186.69 190.76 -
System Red Green Blue C M Y K H S L
Decimal 187 34 203 0.08 0.83 0 0.20 294.32 0.71 0.46
Hex BB 22 CB 8 53 0 14 126 47 2E
Octal 273 42 313 10 123 0 24 446 107 56
Binary 10111011 100010 11001011 1000 1010011 0 10100 100100110 1000111 101110

Color Harmonies of #BB22CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22CB

Black with #BB22CB

Text Example


Text Example

White with #BB22CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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