#BB07B4

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

Shades of Deep Magenta #BB07B4

Tints of Deep Magenta #BB07B4

Color information

#BB07B4 (or 0xBB07B4) is unknown color: approx Deep Magenta. HEX triplet: BB, 07 and B4. RGB value is (187,7,180). Sum of RGB (Red+Green+Blue) = 187+7+180=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB07B4 is #44F84B. Grayscale: #505050. Windows color (decimal): -4520012 or 11798459. OLE color: 11798459.

HSL color Cylindrical-coordinate representation of color #BB07B4: hue angle of 302.33º 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 #BB07B4 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB1877180-
CMYK00.960.040.27
HSL302.33º92.78%38.04%-
HSV(B)302.33º96.26%73.33%-
XYZ28.8114.0144.37-
YUV80.54184.13203.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 180 (70.70% from 255) = 48.13%
R=50%
G=1.87%
B=48.13%

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
Decimal187718000.960.040.27302.3392.7838.04
HexBB7B406041B12e5d26
Octal2737264014043345613546
Binary101110111111011010001100000100110111001011101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB07B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB07B4; }

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

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

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

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

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

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

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

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