#BB27BD

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

Shades of Deep Magenta #BB27BD

Tints of Deep Magenta #BB27BD

Color information

#BB27BD (or 0xBB27BD) is unknown color: approx Deep Magenta. HEX triplet: BB, 27 and BD. RGB value is (187,39,189). Sum of RGB (Red+Green+Blue) = 187+39+189=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB27BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27BD is #44D842. Grayscale: #636363. Windows color (decimal): -4511811 or 12396475. OLE color: 12396475.

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

Color convert

RGB18739189-
CMYK0.010.7900.26
HSL299.2º65.79%44.71%-
HSV(B)299.2º79.37%74.12%-
XYZ30.415.6949.57-
YUV100.35178.03189.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 39 (15.62% from 255) = 9.40%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=45.06%
G=9.40%
B=45.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187391890.010.7900.26299.265.7944.71
HexBB27BD14F01A12b422d
Octal27347275111703245310255
Binary1011101110011110111101110011110110101001010111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB27BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB27BD; }

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

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

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

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

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

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

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

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