Html Css Color HEX #BB22BD Deep Magenta

📋 copy color: '#BB22BD'

red 187 ◦ green 34 ◦ blue 189

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

Shades of Deep Magenta #BB22BD

Tints of Deep Magenta #BB22BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 45.61%
G = 8.29%
B = 46.1%

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

#BB22BD (or 0xBB22BD) is known color: Deep Magenta. HEX triplet: BB, 22 and BD. RGB value is (187,34,189). Sum of RGB (Red+Green+Blue) = 187+34+189=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB22BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22BD is #44DD42. Grayscale: #606060. Windows color (decimal): -4513091 or 12395195. OLE color: 12395195.

HSL color Cylindrical-coordinate representation of color #BB22BD: hue angle of 299.23º degrees, saturation: 0.7, 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 #BB22BD is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 34 189 -
CMYK 0.01 0.82 0 0.26
HSL 299.23º 0.7% 0.44% -
HSV(B) 299.23º 0.82% 0.74% -
XYZ 30.25 15.38 49.52 -
YUV 97.42 179.69 191.9 -
System Red Green Blue C M Y K H S L
Decimal 187 34 189 0.01 0.82 0 0.26 299.23 0.7 0.44
Hex BB 22 BD 1 52 0 1A 12B 46 2C
Octal 273 42 275 1 122 0 32 453 106 54
Binary 10111011 100010 10111101 1 1010010 0 11010 100101011 1000110 101100

Color Harmonies of #BB22BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22BD

Black with #BB22BD

Text Example


Text Example

White with #BB22BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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