#B506C3

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

Shades of Deep Magenta #B506C3

Tints of Deep Magenta #B506C3

Color information

#B506C3 (or 0xB506C3) is unknown color: approx Deep Magenta. HEX triplet: B5, 06 and C3. RGB value is (181,6,195). Sum of RGB (Red+Green+Blue) = 181+6+195=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #B506C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B506C3 is #4AF93C. Grayscale: #4F4F4F. Windows color (decimal): -4913469 or 12781237. OLE color: 12781237.

HSL color Cylindrical-coordinate representation of color #B506C3: hue angle of 295.56º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B506C3 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1816195-
CMYK0.070.9700.24
HSL295.56º94.03%39.41%-
HSV(B)295.56º96.92%76.47%-
XYZ28.9713.8952.78-
YUV79.87192.98200.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 6 (2.73% from 255) = 1.57%
BLUE value IS 195 (76.56% from 255) = 51.05%
R=47.38%
G=1.57%
B=51.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18161950.070.9700.24295.5694.0339.41
HexB56C37610181285e27
Octal2656303714103045013647
Binary101101011101100001111111000010110001001010001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B506C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B506C3; }

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

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

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

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

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

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

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

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