Html Css Color HEX #BB22BC Deep Magenta

📋 copy color: '#BB22BC'

red 187 ◦ green 34 ◦ blue 188

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

Shades of Deep Magenta #BB22BC

Tints of Deep Magenta #BB22BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 45.72%
G = 8.31%
B = 45.97%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB22BC (or 0xBB22BC) is known color: Deep Magenta. HEX triplet: BB, 22 and BC. RGB value is (187,34,188). Sum of RGB (Red+Green+Blue) = 187+34+188=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB22BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22BC is #44DD43. Grayscale: #606060. Windows color (decimal): -4513092 or 12329659. OLE color: 12329659.

HSL color Cylindrical-coordinate representation of color #BB22BC: hue angle of 299.61º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB22BC is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 34 188 -
CMYK 0.01 0.82 0 0.26
HSL 299.61º 0.69% 0.44% -
HSV(B) 299.61º 0.82% 0.74% -
XYZ 30.14 15.34 48.95 -
YUV 97.3 179.19 191.98 -
System Red Green Blue C M Y K H S L
Decimal 187 34 188 0.01 0.82 0 0.26 299.61 0.69 0.44
Hex BB 22 BC 1 52 0 1A 12C 45 2C
Octal 273 42 274 1 122 0 32 454 105 54
Binary 10111011 100010 10111100 1 1010010 0 11010 100101100 1000101 101100

Color Harmonies of #BB22BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22BC

Black with #BB22BC

Text Example


Text Example

White with #BB22BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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