#B63EA4

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

Shades of Medium Red Violet #B63EA4

Tints of Medium Red Violet #B63EA4

Color information

#B63EA4 (or 0xB63EA4) is unknown color: approx Medium Red Violet. HEX triplet: B6, 3E and A4. RGB value is (182,62,164). Sum of RGB (Red+Green+Blue) = 182+62+164=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B63EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63EA4 is #49C15B. Grayscale: #6D6D6D. Windows color (decimal): -4833628 or 10763958. OLE color: 10763958.

HSL color Cylindrical-coordinate representation of color #B63EA4: hue angle of 309º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63EA4 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18262164-
CMYK00.660.100.29
HSL309º49.18%47.84%-
HSV(B)309º65.93%71.37%-
XYZ27.7116.0736.76-
YUV109.51158.76179.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 62 (24.61% from 255) = 15.20%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=44.61%
G=15.20%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826216400.660.100.2930949.1847.84
HexB63EA4042A1D1353130
Octal26676244010212354656160
Binary101101101111101010010001000010101011101100110101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63EA4; }

 p { color: rgb(182,62,164); }

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

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

 a { background-color: rgb(182,62,164); }

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

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

 span { border-color: rgb(182,62,164); }

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