#B712CF

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

Shades of Deep Magenta #B712CF

Tints of Deep Magenta #B712CF

Color information

#B712CF (or 0xB712CF) is unknown color: approx Deep Magenta. HEX triplet: B7, 12 and CF. RGB value is (183,18,207). Sum of RGB (Red+Green+Blue) = 183+18+207=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #B712CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712CF is #48ED30. Grayscale: #585858. Windows color (decimal): -4779313 or 13570743. OLE color: 13570743.

HSL color Cylindrical-coordinate representation of color #B712CF: hue angle of 292.38º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B712CF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18318207-
CMYK0.120.9100.19
HSL292.38º84%44.12%-
HSV(B)292.38º91.3%81.18%-
XYZ31.011560.29-
YUV88.88194.66195.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 18 (7.42% from 255) = 4.41%
BLUE value IS 207 (81.25% from 255) = 50.74%
R=44.85%
G=4.41%
B=50.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183182070.120.9100.19292.388444.12
HexB712CFC5B013124542c
Octal267223171413302344412454
Binary101101111001011001111110010110110100111001001001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B712CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B712CF; }

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

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

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

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

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

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

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

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