#B506A2

Color #B506A2 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B506A2

Tints of Medium Violet Red #B506A2

Color information

#B506A2 (or 0xB506A2) is unknown color: approx Medium Violet Red. HEX triplet: B5, 06 and A2. RGB value is (181,6,162). Sum of RGB (Red+Green+Blue) = 181+6+162=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B506A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B506A2 is #4AF95D. Grayscale: #4B4B4B. Windows color (decimal): -4913502 or 10618549. OLE color: 10618549.

HSL color Cylindrical-coordinate representation of color #B506A2: hue angle of 306.51º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B506A2 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB1816162-
CMYK00.970.100.29
HSL306.51º93.58%36.67%-
HSV(B)306.51º96.69%70.98%-
XYZ25.6412.5635.26-
YUV76.11176.48202.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 6 (2.73% from 255) = 1.72%
BLUE value IS 162 (63.67% from 255) = 46.42%
R=51.86%
G=1.72%
B=46.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181616200.970.100.29306.5193.5836.67
HexB56A2061A1D1335e25
Octal26562420141123546313645
Binary1011010111010100010011000011010111011001100111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B506A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B506A2; }

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

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

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

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

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

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

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

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