#B30693

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

Shades of Medium Violet Red #B30693

Tints of Medium Violet Red #B30693

Color information

#B30693 (or 0xB30693) is unknown color: approx Medium Violet Red. HEX triplet: B3, 06 and 93. RGB value is (179,6,147). Sum of RGB (Red+Green+Blue) = 179+6+147=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B30693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30693 is #4CF96C. Grayscale: #494949. Windows color (decimal): -5044589 or 9635507. OLE color: 9635507.

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

Color convert

RGB1796147-
CMYK00.970.180.30
HSL311.1º93.51%36.27%-
HSV(B)311.1º96.65%70.2%-
XYZ23.9211.8228.62-
YUV73.8169.31203.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=53.92%
G=1.81%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179614700.970.180.30311.193.5136.27
HexB3693061121E1375e24
Octal26362230141223646713644
Binary10110011110100100110110000110010111101001101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30693; }

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

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

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

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

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

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

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

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