#B907BA

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

Shades of Deep Magenta #B907BA

Tints of Deep Magenta #B907BA

Color information

#B907BA (or 0xB907BA) is unknown color: approx Deep Magenta. HEX triplet: B9, 07 and BA. RGB value is (185,7,186). Sum of RGB (Red+Green+Blue) = 185+7+186=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #B907BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B907BA is #46F845. Grayscale: #505050. Windows color (decimal): -4651078 or 12191673. OLE color: 12191673.

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

Color convert

RGB1857186-
CMYK0.010.9600.27
HSL299.66º92.75%37.84%-
HSV(B)299.66º96.24%72.94%-
XYZ28.9514.0147.63-
YUV80.63187.47202.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 7 (3.12% from 255) = 1.85%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=48.94%
G=1.85%
B=49.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18571860.010.9600.27299.6692.7537.84
HexB97BA16001B12c5d26
Octal2717272114003345413546
Binary1011100111110111010111000000110111001011001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B907BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B907BA; }

 p { color: rgb(185,7,186); }

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

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

 a { background-color: rgb(185,7,186); }

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

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

 span { border-color: rgb(185,7,186); }

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