#B30D80

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

Shades of Medium Violet Red #B30D80

Tints of Medium Violet Red #B30D80

Color information

#B30D80 (or 0xB30D80) is unknown color: approx Medium Violet Red. HEX triplet: B3, 0D and 80. RGB value is (179,13,128). Sum of RGB (Red+Green+Blue) = 179+13+128=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30D80 is #4CF27F. Grayscale: #4B4B4B. Windows color (decimal): -5042816 or 8392115. OLE color: 8392115.

HSL color Cylindrical-coordinate representation of color #B30D80: hue angle of 318.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30D80 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB17913128-
CMYK00.930.280.30
HSL318.43º86.46%37.65%-
HSV(B)318.43º92.74%70.2%-
XYZ22.6311.4321.44-
YUV75.74157.5201.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.94%
GREEN value IS 13 (5.47% from 255) = 4.06%
BLUE value IS 128 (50.39% from 255) = 40%
R=55.94%
G=4.06%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791312800.930.280.30318.4386.4637.65
HexB3D8005D1C1E13e5626
Octal263152000135343647612646
Binary101100111101100000000101110111100111101001111101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30D80; }

 p { color: rgb(179,13,128); }

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

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

 a { background-color: rgb(179,13,128); }

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

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

 span { border-color: rgb(179,13,128); }

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