#B507A3

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

Shades of Medium Violet Red #B507A3

Tints of Medium Violet Red #B507A3

Color information

#B507A3 (or 0xB507A3) is unknown color: approx Medium Violet Red. HEX triplet: B5, 07 and A3. RGB value is (181,7,163). Sum of RGB (Red+Green+Blue) = 181+7+163=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B507A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B507A3 is #4AF85C. Grayscale: #4C4C4C. Windows color (decimal): -4913245 or 10684341. OLE color: 10684341.

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

Color convert

RGB1817163-
CMYK00.960.100.29
HSL306.21º92.55%36.86%-
HSV(B)306.21º96.13%70.98%-
XYZ25.7412.6235.73-
YUV76.81176.65202.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 163 (64.06% from 255) = 46.44%
R=51.57%
G=1.99%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181716300.960.100.29306.2192.5536.86
HexB57A3060A1D1325d25
Octal26572430140123546213545
Binary1011010111110100011011000001010111011001100101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B507A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B507A3; }

 p { color: rgb(181,7,163); }

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

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

 a { background-color: rgb(181,7,163); }

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

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

 span { border-color: rgb(181,7,163); }

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