#B509B9

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

Shades of Deep Magenta #B509B9

Tints of Deep Magenta #B509B9

Color information

#B509B9 (or 0xB509B9) is unknown color: approx Deep Magenta. HEX triplet: B5, 09 and B9. RGB value is (181,9,185). Sum of RGB (Red+Green+Blue) = 181+9+185=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #B509B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B509B9 is #4AF646. Grayscale: #4F4F4F. Windows color (decimal): -4912711 or 12126645. OLE color: 12126645.

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

Color convert

RGB1819185-
CMYK0.020.9500.27
HSL298.64º90.72%38.04%-
HSV(B)298.64º95.14%72.55%-
XYZ27.9113.5247.04-
YUV80.49186.98199.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 9 (3.91% from 255) = 2.4%
BLUE value IS 185 (72.66% from 255) = 49.33%
R=48.27%
G=2.4%
B=49.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18191850.020.9500.27298.6490.7238.04
HexB59B925F01B12b5b26
Octal26511271213703345313346
Binary101101011001101110011010111110110111001010111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B509B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B509B9; }

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

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

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

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

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

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

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

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