#B813B1

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

Shades of Deep Magenta #B813B1

Tints of Deep Magenta #B813B1

Color information

#B813B1 (or 0xB813B1) is unknown color: approx Deep Magenta. HEX triplet: B8, 13 and B1. RGB value is (184,19,177). Sum of RGB (Red+Green+Blue) = 184+19+177=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B813B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B813B1 is #47EC4E. Grayscale: #555555. Windows color (decimal): -4713551 or 11604920. OLE color: 11604920.

HSL color Cylindrical-coordinate representation of color #B813B1: hue angle of 302.55º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B813B1 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18419177-
CMYK00.900.040.28
HSL302.55º81.28%39.8%-
HSV(B)302.55º89.67%72.16%-
XYZ27.9413.8342.79-
YUV86.35179.16197.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 19 (7.81% from 255) = 5%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=48.42%
G=5%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841917700.900.040.28302.5581.2839.8
HexB813B105A41C12f5128
Octal27023261013243445712150
Binary10111000100111011000101011010100111001001011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B813B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B813B1; }

 p { color: rgb(184,19,177); }

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

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

 a { background-color: rgb(184,19,177); }

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

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

 span { border-color: rgb(184,19,177); }

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