#B63B85

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

Shades of Medium Red Violet #B63B85

Tints of Medium Red Violet #B63B85

Color information

#B63B85 (or 0xB63B85) is unknown color: approx Medium Red Violet. HEX triplet: B6, 3B and 85. RGB value is (182,59,133). Sum of RGB (Red+Green+Blue) = 182+59+133=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63B85 is #49C47A. Grayscale: #686868. Windows color (decimal): -4834427 or 8731574. OLE color: 8731574.

HSL color Cylindrical-coordinate representation of color #B63B85: hue angle of 323.9º degrees, saturation: 0.51, 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 #B63B85 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18259133-
CMYK00.680.270.29
HSL323.9º51.04%47.25%-
HSV(B)323.9º67.58%71.37%-
XYZ25.0914.7723.72-
YUV104.21144.25183.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 59 (23.44% from 255) = 15.78%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=48.66%
G=15.78%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825913300.680.270.29323.951.0447.25
HexB63B850441B1D144332f
Octal26673205010433355046357
Binary1011011011101110000101010001001101111101101000100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63B85; }

 p { color: rgb(182,59,133); }

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

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

 a { background-color: rgb(182,59,133); }

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

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

 span { border-color: rgb(182,59,133); }

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