#B30A8D

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

Shades of Medium Violet Red #B30A8D

Tints of Medium Violet Red #B30A8D

Color information

#B30A8D (or 0xB30A8D) is unknown color: approx Medium Violet Red. HEX triplet: B3, 0A and 8D. RGB value is (179,10,141). Sum of RGB (Red+Green+Blue) = 179+10+141=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30A8D is #4CF572. Grayscale: #4B4B4B. Windows color (decimal): -5043571 or 9243315. OLE color: 9243315.

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

Color convert

RGB17910141-
CMYK00.940.210.30
HSL313.49º89.42%37.06%-
HSV(B)313.49º94.41%70.2%-
XYZ23.5111.7226.22-
YUV75.46164.99201.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.24%
GREEN value IS 10 (4.30% from 255) = 3.03%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=54.24%
G=3.03%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791014100.940.210.30313.4989.4237.06
HexB3A8D05E151E1395925
Octal263122150136253647113145
Binary101100111010100011010101111010101111101001110011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30A8D; }

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

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

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

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

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

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

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

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