#B30D83

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

Shades of Medium Violet Red #B30D83

Tints of Medium Violet Red #B30D83

Color information

#B30D83 (or 0xB30D83) is unknown color: approx Medium Violet Red. HEX triplet: B3, 0D and 83. RGB value is (179,13,131). Sum of RGB (Red+Green+Blue) = 179+13+131=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30D83 is #4CF27C. Grayscale: #4B4B4B. Windows color (decimal): -5042813 or 8588723. OLE color: 8588723.

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

Color convert

RGB17913131-
CMYK00.930.270.30
HSL317.35º86.46%37.65%-
HSV(B)317.35º92.74%70.2%-
XYZ22.8311.5122.49-
YUV76.09159201.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.42%
GREEN value IS 13 (5.47% from 255) = 4.02%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=55.42%
G=4.02%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791313100.930.270.30317.3586.4637.65
HexB3D8305D1B1E13d5626
Octal263152030135333647512646
Binary101100111101100000110101110111011111101001111011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30D83; }

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

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

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

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

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

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

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

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