#B63588

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

Shades of Medium Red Violet #B63588

Tints of Medium Red Violet #B63588

Color information

#B63588 (or 0xB63588) is unknown color: approx Medium Red Violet. HEX triplet: B6, 35 and 88. RGB value is (182,53,136). Sum of RGB (Red+Green+Blue) = 182+53+136=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B63588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63588 is #49CA77. Grayscale: #646464. Windows color (decimal): -4835960 or 8926646. OLE color: 8926646.

HSL color Cylindrical-coordinate representation of color #B63588: hue angle of 321.4º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63588 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18253136-
CMYK00.710.250.29
HSL321.4º54.89%46.08%-
HSV(B)321.4º70.88%71.37%-
XYZ25.0114.2724.73-
YUV101.03147.74185.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 53 (21.09% from 255) = 14.29%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=49.06%
G=14.29%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825313600.710.250.29321.454.8946.08
HexB63588047191D141372e
Octal26665210010731355016756
Binary1011011011010110001000010001111100111101101000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63588; }

 p { color: rgb(182,53,136); }

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

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

 a { background-color: rgb(182,53,136); }

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

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

 span { border-color: rgb(182,53,136); }

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