#B63A96

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

Shades of Medium Red Violet #B63A96

Tints of Medium Red Violet #B63A96

Color information

#B63A96 (or 0xB63A96) is unknown color: approx Medium Red Violet. HEX triplet: B6, 3A and 96. RGB value is (182,58,150). Sum of RGB (Red+Green+Blue) = 182+58+150=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63A96 is #49C569. Grayscale: #696969. Windows color (decimal): -4834666 or 9845430. OLE color: 9845430.

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

Color convert

RGB18258150-
CMYK00.680.180.29
HSL315.48º51.67%47.06%-
HSV(B)315.48º68.13%71.37%-
XYZ26.3115.1730.4-
YUV105.56153.08182.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 58 (23.05% from 255) = 14.87%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=46.67%
G=14.87%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825815000.680.180.29315.4851.6747.06
HexB63A96044121D13b342f
Octal26672226010422354736457
Binary1011011011101010010110010001001001011101100111011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63A96; }

 p { color: rgb(182,58,150); }

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

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

 a { background-color: rgb(182,58,150); }

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

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

 span { border-color: rgb(182,58,150); }

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