#B63990

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

Shades of Medium Red Violet #B63990

Tints of Medium Red Violet #B63990

Color information

#B63990 (or 0xB63990) is unknown color: approx Medium Red Violet. HEX triplet: B6, 39 and 90. RGB value is (182,57,144). Sum of RGB (Red+Green+Blue) = 182+57+144=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B63990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63990 is #49C66F. Grayscale: #686868. Windows color (decimal): -4834928 or 9451958. OLE color: 9451958.

HSL color Cylindrical-coordinate representation of color #B63990: hue angle of 318.24º 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 #B63990 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18257144-
CMYK00.690.210.29
HSL318.24º52.3%46.86%-
HSV(B)318.24º68.68%71.37%-
XYZ25.7914.8827.9-
YUV104.29150.41183.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=47.52%
G=14.88%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825714400.690.210.29318.2452.346.86
HexB63990045151D13e342f
Octal26671220010525354766457
Binary1011011011100110010000010001011010111101100111110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63990; }

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

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

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

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

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

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

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

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