#B506DE

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

Shades of Deep Magenta #B506DE

Tints of Deep Magenta #B506DE

Color information

#B506DE (or 0xB506DE) is unknown color: approx Deep Magenta. HEX triplet: B5, 06 and DE. RGB value is (181,6,222). Sum of RGB (Red+Green+Blue) = 181+6+222=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #B506DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B506DE is #4AF921. Grayscale: #525252. Windows color (decimal): -4913442 or 14550709. OLE color: 14550709.

HSL color Cylindrical-coordinate representation of color #B506DE: hue angle of 288.61º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B506DE is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1816222-
CMYK0.180.9700.13
HSL288.61º94.74%44.71%-
HSV(B)288.61º97.3%87.06%-
XYZ32.3115.2370.34-
YUV82.95206.48197.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 222 (87.11% from 255) = 54.28%
R=44.25%
G=1.47%
B=54.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18162220.180.9700.13288.6194.7444.71
HexB56DE12610D1215f2d
Octal26563362214101544113755
Binary1011010111011011110100101100001011011001000011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B506DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B506DE; }

 p { color: rgb(181,6,222); }

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

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

 a { background-color: rgb(181,6,222); }

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

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

 span { border-color: rgb(181,6,222); }

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