#B714AC

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

Shades of Deep Magenta #B714AC

Tints of Deep Magenta #B714AC

Color information

#B714AC (or 0xB714AC) is unknown color: approx Deep Magenta. HEX triplet: B7, 14 and AC. RGB value is (183,20,172). Sum of RGB (Red+Green+Blue) = 183+20+172=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B714AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B714AC is #48EB53. Grayscale: #555555. Windows color (decimal): -4778836 or 11277495. OLE color: 11277495.

HSL color Cylindrical-coordinate representation of color #B714AC: hue angle of 304.05º 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 #B714AC is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB18320172-
CMYK00.890.060.28
HSL304.05º80.3%39.8%-
HSV(B)304.05º89.07%71.76%-
XYZ27.2213.5540.21-
YUV86.06176.5197.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 20 (8.20% from 255) = 5.33%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=48.8%
G=5.33%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832017200.890.060.28304.0580.339.8
HexB714AC05961C1305028
Octal26724254013163446012050
Binary10110111101001010110001011001110111001001100001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B714AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B714AC; }

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

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

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

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

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

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

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

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