#B810B9

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

Shades of Deep Magenta #B810B9

Tints of Deep Magenta #B810B9

Color information

#B810B9 (or 0xB810B9) is unknown color: approx Deep Magenta. HEX triplet: B8, 10 and B9. RGB value is (184,16,185). Sum of RGB (Red+Green+Blue) = 184+16+185=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #B810B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B810B9 is #47EF46. Grayscale: #545454. Windows color (decimal): -4714311 or 12128440. OLE color: 12128440.

HSL color Cylindrical-coordinate representation of color #B810B9: hue angle of 299.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B810B9 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18416185-
CMYK0.010.9100.27
HSL299.64º84.08%39.41%-
HSV(B)299.64º91.35%72.55%-
XYZ28.7114.0647.1-
YUV85.5184.16198.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 16 (6.64% from 255) = 4.16%
BLUE value IS 185 (72.66% from 255) = 48.05%
R=47.79%
G=4.16%
B=48.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184161850.010.9100.27299.6484.0839.41
HexB810B915B01B12c5427
Octal27020271113303345412447
Binary101110001000010111001110110110110111001011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B810B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B810B9; }

 p { color: rgb(184,16,185); }

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

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

 a { background-color: rgb(184,16,185); }

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

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

 span { border-color: rgb(184,16,185); }

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