#B70FBF

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

Shades of Deep Magenta #B70FBF

Tints of Deep Magenta #B70FBF

Color information

#B70FBF (or 0xB70FBF) is unknown color: approx Deep Magenta. HEX triplet: B7, 0F and BF. RGB value is (183,15,191). Sum of RGB (Red+Green+Blue) = 183+15+191=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #B70FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FBF is #48F040. Grayscale: #545454. Windows color (decimal): -4780097 or 12521399. OLE color: 12521399.

HSL color Cylindrical-coordinate representation of color #B70FBF: hue angle of 297.27º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70FBF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18315191-
CMYK0.040.9200.25
HSL297.27º85.44%40.39%-
HSV(B)297.27º92.15%74.9%-
XYZ29.114.1750.49-
YUV85.3187.66197.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 15 (6.25% from 255) = 3.86%
BLUE value IS 191 (75% from 255) = 49.10%
R=47.04%
G=3.86%
B=49.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183151910.040.9200.25297.2785.4440.39
HexB7FBF45C0191295528
Octal26717277413403145112550
Binary1011011111111011111110010111000110011001010011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70FBF; }

 p { color: rgb(183,15,191); }

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

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

 a { background-color: rgb(183,15,191); }

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

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

 span { border-color: rgb(183,15,191); }

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