#B714B5

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

Shades of Deep Magenta #B714B5

Tints of Deep Magenta #B714B5

Color information

#B714B5 (or 0xB714B5) is unknown color: approx Deep Magenta. HEX triplet: B7, 14 and B5. RGB value is (183,20,181). Sum of RGB (Red+Green+Blue) = 183+20+181=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B714B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714B5 is #48EB4A. Grayscale: #565656. Windows color (decimal): -4778827 or 11867319. OLE color: 11867319.

HSL color Cylindrical-coordinate representation of color #B714B5: hue angle of 300.74º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B714B5 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18320181-
CMYK00.890.010.28
HSL300.74º80.3%39.8%-
HSV(B)300.74º89.07%71.76%-
XYZ28.1213.944.92-
YUV87.09181196.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 20 (8.20% from 255) = 5.21%
BLUE value IS 181 (71.09% from 255) = 47.14%
R=47.66%
G=5.21%
B=47.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832018100.890.010.28300.7480.339.8
HexB714B505911C12d5028
Octal26724265013113445512050
Binary101101111010010110101010110011111001001011011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B714B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B714B5; }

 p { color: rgb(183,20,181); }

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

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

 a { background-color: rgb(183,20,181); }

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

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

 span { border-color: rgb(183,20,181); }

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