#B30677

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

Shades of Medium Violet Red #B30677

Tints of Medium Violet Red #B30677

Color information

#B30677 (or 0xB30677) is unknown color: approx Medium Violet Red. HEX triplet: B3, 06 and 77. RGB value is (179,6,119). Sum of RGB (Red+Green+Blue) = 179+6+119=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B30677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30677 is #4CF988. Grayscale: #464646. Windows color (decimal): -5044617 or 7800499. OLE color: 7800499.

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

Color convert

RGB1796119-
CMYK00.970.340.30
HSL320.81º93.51%36.27%-
HSV(B)320.81º96.65%70.2%-
XYZ21.9911.0518.43-
YUV70.61155.31205.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.88%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=58.88%
G=1.97%
B=39.14%

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
Decimal179611900.970.340.30320.8193.5136.27
HexB3677061221E1415e24
Octal26361670141423650113644
Binary10110011110111011101100001100010111101010000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30677; }

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

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

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

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

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

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

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

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