#B30A8C

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

Shades of Medium Violet Red #B30A8C

Tints of Medium Violet Red #B30A8C

Color information

#B30A8C (or 0xB30A8C) is unknown color: approx Medium Violet Red. HEX triplet: B3, 0A and 8C. RGB value is (179,10,140). Sum of RGB (Red+Green+Blue) = 179+10+140=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30A8C is #4CF573. Grayscale: #4B4B4B. Windows color (decimal): -5043572 or 9177779. OLE color: 9177779.

HSL color Cylindrical-coordinate representation of color #B30A8C: hue angle of 313.85º 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 #B30A8C is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17910140-
CMYK00.940.220.30
HSL313.85º89.42%37.06%-
HSV(B)313.85º94.41%70.2%-
XYZ23.4311.6925.83-
YUV75.35164.49201.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 10 (4.30% from 255) = 3.04%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=54.41%
G=3.04%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791014000.940.220.30313.8589.4237.06
HexB3A8C05E161E13a5925
Octal263122140136263647213145
Binary101100111010100011000101111010110111101001110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30A8C; }

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

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

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

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

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

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

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

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