#BB24BD

Color #BB24BD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BB24BD

Tints of Deep Magenta #BB24BD

Color information

#BB24BD (or 0xBB24BD) is unknown color: approx Deep Magenta. HEX triplet: BB, 24 and BD. RGB value is (187,36,189). Sum of RGB (Red+Green+Blue) = 187+36+189=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB24BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24BD is #44DB42. Grayscale: #626262. Windows color (decimal): -4512579 or 12395707. OLE color: 12395707.

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

Color convert

RGB18736189-
CMYK0.010.8100.26
HSL299.22º68%44.12%-
HSV(B)299.22º80.95%74.12%-
XYZ30.3115.549.54-
YUV98.59179.03191.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 36 (14.45% from 255) = 8.74%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=45.39%
G=8.74%
B=45.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187361890.010.8100.26299.226844.12
HexBB24BD15101A12b442c
Octal27344275112103245310454
Binary1011101110010010111101110100010110101001010111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB24BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB24BD; }

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

 H1.HeaderClassName
 {
   color: #BB24BD;
 }
 .AnyTagClassName
 {
   color: #BB24BD;
 }
</style>
background-color css

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

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

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

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

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

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