#B817CD

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

Shades of Deep Magenta #B817CD

Tints of Deep Magenta #B817CD

Color information

#B817CD (or 0xB817CD) is unknown color: approx Deep Magenta. HEX triplet: B8, 17 and CD. RGB value is (184,23,205). Sum of RGB (Red+Green+Blue) = 184+23+205=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #B817CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817CD is #47E832. Grayscale: #5B5B5B. Windows color (decimal): -4712499 or 13440952. OLE color: 13440952.

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

Color convert

RGB18423205-
CMYK0.100.8900.20
HSL293.08º79.82%44.71%-
HSV(B)293.08º88.78%80.39%-
XYZ31.0915.2159.05-
YUV91.89191.84193.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 23 (9.38% from 255) = 5.58%
BLUE value IS 205 (80.47% from 255) = 49.76%
R=44.66%
G=5.58%
B=49.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184232050.100.8900.20293.0879.8244.71
HexB817CDA59014125502d
Octal270273151213102444512055
Binary101110001011111001101101010110010101001001001011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B817CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B817CD; }

 p { color: rgb(184,23,205); }

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

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

 a { background-color: rgb(184,23,205); }

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

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

 span { border-color: rgb(184,23,205); }

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