#B30AA5

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

Shades of Medium Violet Red #B30AA5

Tints of Medium Violet Red #B30AA5

Color information

#B30AA5 (or 0xB30AA5) is unknown color: approx Medium Violet Red. HEX triplet: B3, 0A and A5. RGB value is (179,10,165). Sum of RGB (Red+Green+Blue) = 179+10+165=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AA5 is #4CF55A. Grayscale: #4D4D4D. Windows color (decimal): -5043547 or 10816179. OLE color: 10816179.

HSL color Cylindrical-coordinate representation of color #B30AA5: hue angle of 304.97º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30AA5 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB17910165-
CMYK00.940.080.30
HSL304.97º89.42%37.06%-
HSV(B)304.97º94.41%70.2%-
XYZ25.4912.5236.67-
YUV78.2176.99199.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.56%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=50.56%
G=2.82%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791016500.940.080.30304.9789.4237.06
HexB3AA505E81E1315925
Octal263122450136103646113145
Binary10110011101010100101010111101000111101001100011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30AA5; }

 p { color: rgb(179,10,165); }

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

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

 a { background-color: rgb(179,10,165); }

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

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

 span { border-color: rgb(179,10,165); }

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