#B805C5

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

Shades of Deep Magenta #B805C5

Tints of Deep Magenta #B805C5

Color information

#B805C5 (or 0xB805C5) is unknown color: approx Deep Magenta. HEX triplet: B8, 05 and C5. RGB value is (184,5,197). Sum of RGB (Red+Green+Blue) = 184+5+197=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #B805C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805C5 is #47FA3A. Grayscale: #4F4F4F. Windows color (decimal): -4717115 or 12912056. OLE color: 12912056.

HSL color Cylindrical-coordinate representation of color #B805C5: hue angle of 295.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805C5 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1845197-
CMYK0.070.9700.23
HSL295.94º95.05%39.61%-
HSV(B)295.94º97.46%77.25%-
XYZ29.914.3354.01-
YUV80.41193.8201.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 5 (2.34% from 255) = 1.30%
BLUE value IS 197 (77.34% from 255) = 51.04%
R=47.67%
G=1.30%
B=51.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18451970.070.9700.23295.9495.0539.61
HexB85C57610171285f28
Octal2705305714102745013750
Binary101110001011100010111111000010101111001010001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B805C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B805C5; }

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

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

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

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

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

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

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

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