#B714CD

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

Shades of Deep Magenta #B714CD

Tints of Deep Magenta #B714CD

Color information

#B714CD (or 0xB714CD) is unknown color: approx Deep Magenta. HEX triplet: B7, 14 and CD. RGB value is (183,20,205). Sum of RGB (Red+Green+Blue) = 183+20+205=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #B714CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714CD is #48EB32. Grayscale: #595959. Windows color (decimal): -4778803 or 13440183. OLE color: 13440183.

HSL color Cylindrical-coordinate representation of color #B714CD: hue angle of 292.86º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B714CD is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18320205-
CMYK0.110.9000.20
HSL292.86º82.22%44.12%-
HSV(B)292.86º90.24%80.39%-
XYZ30.814.9859.02-
YUV89.83193194.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 20 (8.20% from 255) = 4.90%
BLUE value IS 205 (80.47% from 255) = 50.25%
R=44.85%
G=4.90%
B=50.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183202050.110.9000.20292.8682.2244.12
HexB714CDB5A014125522c
Octal267243151313202444512254
Binary101101111010011001101101110110100101001001001011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B714CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B714CD; }

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

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

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

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

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

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

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

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