#B63D91

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

Shades of Medium Red Violet #B63D91

Tints of Medium Red Violet #B63D91

Color information

#B63D91 (or 0xB63D91) is unknown color: approx Medium Red Violet. HEX triplet: B6, 3D and 91. RGB value is (182,61,145). Sum of RGB (Red+Green+Blue) = 182+61+145=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D91 is #49C26E. Grayscale: #6A6A6A. Windows color (decimal): -4833903 or 9518518. OLE color: 9518518.

HSL color Cylindrical-coordinate representation of color #B63D91: hue angle of 318.35º degrees, saturation: 0.5, 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 #B63D91 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB18261145-
CMYK00.660.200.29
HSL318.35º49.79%47.65%-
HSV(B)318.35º66.48%71.37%-
XYZ26.0715.3328.37-
YUV106.76149.59181.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 61 (24.22% from 255) = 15.72%
BLUE value IS 145 (57.03% from 255) = 37.37%
R=46.91%
G=15.72%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826114500.660.200.29318.3549.7947.65
HexB63D91042141D13e3230
Octal26675221010224354766260
Binary1011011011110110010001010000101010011101100111110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63D91; }

 p { color: rgb(182,61,145); }

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

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

 a { background-color: rgb(182,61,145); }

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

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

 span { border-color: rgb(182,61,145); }

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