Html Css Color HEX #BB22BB Deep Magenta

📋 copy color: '#BB22BB'

red 187 ◦ green 34 ◦ blue 187

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

Shades of Deep Magenta #BB22BB

Tints of Deep Magenta #BB22BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 45.83%
G = 8.33%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB22BB (or 0xBB22BB) is known color: Deep Magenta. HEX triplet: BB, 22 and BB. RGB value is (187,34,187). Sum of RGB (Red+Green+Blue) = 187+34+187=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB22BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22BB is #44DD44. Grayscale: #606060. Windows color (decimal): -4513093 or 12264123. OLE color: 12264123.

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

Color convert

RGB 187 34 187 -
CMYK 0 0.82 0 0.27
HSL 300º 0.69% 0.43% -
HSV(B) 300º 0.82% 0.73% -
XYZ 30.04 15.3 48.38 -
YUV 97.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 187 34 187 0 0.82 0 0.27 300 0.69 0.43
Hex BB 22 BB 0 52 0 1B 12C 45 2B
Octal 273 42 273 0 122 0 33 454 105 53
Binary 10111011 100010 10111011 0 1010010 0 11011 100101100 1000101 101011

Color Harmonies of #BB22BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22BB

Black with #BB22BB

Text Example


Text Example

White with #BB22BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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