#B805C0

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

Shades of Deep Magenta #B805C0

Tints of Deep Magenta #B805C0

Color information

#B805C0 (or 0xB805C0) is unknown color: approx Deep Magenta. HEX triplet: B8, 05 and C0. RGB value is (184,5,192). Sum of RGB (Red+Green+Blue) = 184+5+192=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #B805C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805C0 is #47FA3F. Grayscale: #4F4F4F. Windows color (decimal): -4717120 or 12584376. OLE color: 12584376.

HSL color Cylindrical-coordinate representation of color #B805C0: hue angle of 297.43º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805C0 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1845192-
CMYK0.040.9700.25
HSL297.43º94.92%38.63%-
HSV(B)297.43º97.4%75.29%-
XYZ29.3414.151.05-
YUV79.84191.3202.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 5 (2.34% from 255) = 1.31%
BLUE value IS 192 (75.39% from 255) = 50.39%
R=48.29%
G=1.31%
B=50.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18451920.040.9700.25297.4394.9238.63
HexB85C04610191295f27
Octal2705300414103145113747
Binary101110001011100000010011000010110011001010011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B805C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B805C0; }

 p { color: rgb(184,5,192); }

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

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

 a { background-color: rgb(184,5,192); }

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

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

 span { border-color: rgb(184,5,192); }

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