Html Css Color HEX #BB22BE Deep Magenta

📋 copy color: '#BB22BE'

red 187 ◦ green 34 ◦ blue 190

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

Shades of Deep Magenta #BB22BE

Tints of Deep Magenta #BB22BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 45.5%
G = 8.27%
B = 46.23%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB22BE (or 0xBB22BE) is known color: Deep Magenta. HEX triplet: BB, 22 and BE. RGB value is (187,34,190). Sum of RGB (Red+Green+Blue) = 187+34+190=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB22BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22BE is #44DD41. Grayscale: #616161. Windows color (decimal): -4513090 or 12460731. OLE color: 12460731.

HSL color Cylindrical-coordinate representation of color #BB22BE: hue angle of 298.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB22BE is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 34 190 -
CMYK 0.02 0.82 0 0.25
HSL 298.85º 0.7% 0.44% -
HSV(B) 298.85º 0.82% 0.75% -
XYZ 30.36 15.43 50.09 -
YUV 97.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 187 34 190 0.02 0.82 0 0.25 298.85 0.7 0.44
Hex BB 22 BE 2 52 0 19 12B 46 2C
Octal 273 42 276 2 122 0 31 453 106 54
Binary 10111011 100010 10111110 10 1010010 0 11001 100101011 1000110 101100

Color Harmonies of #BB22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22BE

Black with #BB22BE

Text Example


Text Example

White with #BB22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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