#B510B9

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

Shades of Deep Magenta #B510B9

Tints of Deep Magenta #B510B9

Color information

#B510B9 (or 0xB510B9) is unknown color: approx Deep Magenta. HEX triplet: B5, 10 and B9. RGB value is (181,16,185). Sum of RGB (Red+Green+Blue) = 181+16+185=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #B510B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510B9 is #4AEF46. Grayscale: #545454. Windows color (decimal): -4910919 or 12128437. OLE color: 12128437.

HSL color Cylindrical-coordinate representation of color #B510B9: hue angle of 298.58º 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 #B510B9 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18116185-
CMYK0.020.9100.27
HSL298.58º84.08%39.41%-
HSV(B)298.58º91.35%72.55%-
XYZ2813.747.07-
YUV84.6184.66196.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 16 (6.64% from 255) = 4.19%
BLUE value IS 185 (72.66% from 255) = 48.43%
R=47.38%
G=4.19%
B=48.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181161850.020.9100.27298.5884.0839.41
HexB510B925B01B12b5427
Octal26520271213303345312447
Binary1011010110000101110011010110110110111001010111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B510B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B510B9; }

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

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

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

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

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

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

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

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