#B517CC

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

Shades of Deep Magenta #B517CC

Tints of Deep Magenta #B517CC

Color information

#B517CC (or 0xB517CC) is unknown color: approx Deep Magenta. HEX triplet: B5, 17 and CC. RGB value is (181,23,204). Sum of RGB (Red+Green+Blue) = 181+23+204=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #B517CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517CC is #4AE833. Grayscale: #5A5A5A. Windows color (decimal): -4909108 or 13375413. OLE color: 13375413.

HSL color Cylindrical-coordinate representation of color #B517CC: hue angle of 292.38º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B517CC is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18123204-
CMYK0.110.8900.2
HSL292.38º79.74%44.51%-
HSV(B)292.38º88.73%80%-
XYZ30.2614.858.39-
YUV90.88191.85192.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 23 (9.38% from 255) = 5.64%
BLUE value IS 204 (80.08% from 255) = 50%
R=44.36%
G=5.64%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181232040.110.8900.2292.3879.7444.51
HexB517CCB59014124502d
Octal265273141313102444412055
Binary101101011011111001100101110110010101001001001001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B517CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B517CC; }

 p { color: rgb(181,23,204); }

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

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

 a { background-color: rgb(181,23,204); }

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

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

 span { border-color: rgb(181,23,204); }

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