#B307BB

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

Shades of Deep Magenta #B307BB

Tints of Deep Magenta #B307BB

Color information

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

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

Color convert

RGB1797187-
CMYK0.040.9600.27
HSL297.33º92.78%38.04%-
HSV(B)297.33º96.26%73.33%-
XYZ27.6413.3248.13-
YUV78.95188.98199.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17971870.040.9600.27297.3392.7838.04
HexB37BB46001B1295d26
Octal2637273414003345113546
Binary101100111111011101110011000000110111001010011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B307BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B307BB; }

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

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

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

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

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

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

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

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