#BB07B3

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

Shades of Deep Magenta #BB07B3

Tints of Deep Magenta #BB07B3

Color information

#BB07B3 (or 0xBB07B3) is unknown color: approx Deep Magenta. HEX triplet: BB, 07 and B3. RGB value is (187,7,179). Sum of RGB (Red+Green+Blue) = 187+7+179=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB07B3 is #44F84C. Grayscale: #4F4F4F. Windows color (decimal): -4520013 or 11732923. OLE color: 11732923.

HSL color Cylindrical-coordinate representation of color #BB07B3: hue angle of 302.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB07B3 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB1877179-
CMYK00.960.040.27
HSL302.67º92.78%38.04%-
HSV(B)302.67º96.26%73.33%-
XYZ28.7113.9743.83-
YUV80.43183.63204.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 7 (3.12% from 255) = 1.88%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=50.13%
G=1.88%
B=47.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187717900.960.040.27302.6792.7838.04
HexBB7B306041B12f5d26
Octal2737263014043345713546
Binary101110111111011001101100000100110111001011111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB07B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB07B3; }

 p { color: rgb(187,7,179); }

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

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

 a { background-color: rgb(187,7,179); }

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

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

 span { border-color: rgb(187,7,179); }

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