#B712BB

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

Shades of Deep Magenta #B712BB

Tints of Deep Magenta #B712BB

Color information

#B712BB (or 0xB712BB) is unknown color: approx Deep Magenta. HEX triplet: B7, 12 and BB. RGB value is (183,18,187). Sum of RGB (Red+Green+Blue) = 183+18+187=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #B712BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712BB is #48ED44. Grayscale: #565656. Windows color (decimal): -4779333 or 12260023. OLE color: 12260023.

HSL color Cylindrical-coordinate representation of color #B712BB: hue angle of 298.58º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B712BB is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18318187-
CMYK0.020.9000.27
HSL298.58º82.44%40.2%-
HSV(B)298.58º90.37%73.33%-
XYZ28.7114.0948.22-
YUV86.6184.66196.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 18 (7.42% from 255) = 4.64%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=47.16%
G=4.64%
B=48.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183181870.020.9000.27298.5882.4440.2
HexB712BB25A01B12b5228
Octal26722273213203345312250
Binary1011011110010101110111010110100110111001010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B712BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B712BB; }

 p { color: rgb(183,18,187); }

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

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

 a { background-color: rgb(183,18,187); }

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

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

 span { border-color: rgb(183,18,187); }

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