#BB18B2

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

Shades of Deep Magenta #BB18B2

Tints of Deep Magenta #BB18B2

Color information

#BB18B2 (or 0xBB18B2) is unknown color: approx Deep Magenta. HEX triplet: BB, 18 and B2. RGB value is (187,24,178). Sum of RGB (Red+Green+Blue) = 187+24+178=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB18B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB18B2 is #44E74D. Grayscale: #595959. Windows color (decimal): -4515662 or 11671739. OLE color: 11671739.

HSL color Cylindrical-coordinate representation of color #BB18B2: hue angle of 303.31º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB18B2 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18724178-
CMYK00.870.050.27
HSL303.31º77.25%41.37%-
HSV(B)303.31º87.17%73.33%-
XYZ28.8614.4343.38-
YUV90.29177.5196.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 24 (9.77% from 255) = 6.17%
BLUE value IS 178 (69.92% from 255) = 45.76%
R=48.07%
G=6.17%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872417800.870.050.27303.3177.2541.37
HexBB18B205751B12f4d29
Octal27330262012753345711551
Binary10111011110001011001001010111101110111001011111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB18B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB18B2; }

 p { color: rgb(187,24,178); }

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

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

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

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

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

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

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