#B30676

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

Shades of Medium Violet Red #B30676

Tints of Medium Violet Red #B30676

Color information

#B30676 (or 0xB30676) is unknown color: approx Medium Violet Red. HEX triplet: B3, 06 and 76. RGB value is (179,6,118). Sum of RGB (Red+Green+Blue) = 179+6+118=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B30676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30676 is #4CF989. Grayscale: #464646. Windows color (decimal): -5044618 or 7734963. OLE color: 7734963.

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

Color convert

RGB1796118-
CMYK00.970.340.30
HSL321.16º93.51%36.27%-
HSV(B)321.16º96.65%70.2%-
XYZ21.9311.0218.11-
YUV70.5154.81205.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.08%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=59.08%
G=1.98%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179611800.970.340.30321.1693.5136.27
HexB3676061221E1415e24
Octal26361660141423650113644
Binary10110011110111011001100001100010111101010000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30676; }

 p { color: rgb(179,6,118); }

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

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

 a { background-color: rgb(179,6,118); }

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

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

 span { border-color: rgb(179,6,118); }

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