#B30584

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

Shades of Medium Violet Red #B30584

Tints of Medium Violet Red #B30584

Color information

#B30584 (or 0xB30584) is unknown color: approx Medium Violet Red. HEX triplet: B3, 05 and 84. RGB value is (179,5,132). Sum of RGB (Red+Green+Blue) = 179+5+132=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B30584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30584 is #4CFA7B. Grayscale: #474747. Windows color (decimal): -5044860 or 8652211. OLE color: 8652211.

HSL color Cylindrical-coordinate representation of color #B30584: hue angle of 316.21º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30584 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB1795132-
CMYK00.970.260.30
HSL316.21º94.57%36.08%-
HSV(B)316.21º97.21%70.2%-
XYZ22.8111.3622.82-
YUV71.5162.15204.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.65%
GREEN value IS 5 (2.34% from 255) = 1.58%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=56.65%
G=1.58%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179513200.970.260.30316.2194.5736.08
HexB35840611A1E13c5f24
Octal26352040141323647413744
Binary10110011101100001000110000111010111101001111001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30584; }

 p { color: rgb(179,5,132); }

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

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

 a { background-color: rgb(179,5,132); }

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

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

 span { border-color: rgb(179,5,132); }

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