#B63993

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

Shades of Medium Red Violet #B63993

Tints of Medium Red Violet #B63993

Color information

#B63993 (or 0xB63993) is unknown color: approx Medium Red Violet. HEX triplet: B6, 39 and 93. RGB value is (182,57,147). Sum of RGB (Red+Green+Blue) = 182+57+147=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B63993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63993 is #49C66C. Grayscale: #686868. Windows color (decimal): -4834925 or 9648566. OLE color: 9648566.

HSL color Cylindrical-coordinate representation of color #B63993: hue angle of 316.8º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63993 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18257147-
CMYK00.690.190.29
HSL316.8º52.3%46.86%-
HSV(B)316.8º68.68%71.37%-
XYZ26.0214.9829.12-
YUV104.64151.91183.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 57 (22.66% from 255) = 14.77%
BLUE value IS 147 (57.81% from 255) = 38.08%
R=47.15%
G=14.77%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825714700.690.190.29316.852.346.86
HexB63993045131D13d342f
Octal26671223010523354756457
Binary1011011011100110010011010001011001111101100111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63993; }

 p { color: rgb(182,57,147); }

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

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

 a { background-color: rgb(182,57,147); }

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

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

 span { border-color: rgb(182,57,147); }

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