#B51DC6

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

Shades of Deep Magenta #B51DC6

Tints of Deep Magenta #B51DC6

Color information

#B51DC6 (or 0xB51DC6) is unknown color: approx Deep Magenta. HEX triplet: B5, 1D and C6. RGB value is (181,29,198). Sum of RGB (Red+Green+Blue) = 181+29+198=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #B51DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DC6 is #4AE239. Grayscale: #5D5D5D. Windows color (decimal): -4907578 or 12983733. OLE color: 12983733.

HSL color Cylindrical-coordinate representation of color #B51DC6: hue angle of 293.96º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51DC6 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18129198-
CMYK0.090.8500.22
HSL293.96º74.45%44.51%-
HSV(B)293.96º85.35%77.65%-
XYZ29.6914.7854.71-
YUV93.71186.86190.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 29 (11.72% from 255) = 7.11%
BLUE value IS 198 (77.73% from 255) = 48.53%
R=44.36%
G=7.11%
B=48.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181291980.090.8500.22293.9674.4544.51
HexB51DC69550161264a2d
Octal265353061112502644611255
Binary101101011110111000110100110101010101101001001101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51DC6; }

 p { color: rgb(181,29,198); }

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

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

 a { background-color: rgb(181,29,198); }

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

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

 span { border-color: rgb(181,29,198); }

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