#B63D90

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

Shades of Medium Red Violet #B63D90

Tints of Medium Red Violet #B63D90

Color information

#B63D90 (or 0xB63D90) is unknown color: approx Medium Red Violet. HEX triplet: B6, 3D and 90. RGB value is (182,61,144). Sum of RGB (Red+Green+Blue) = 182+61+144=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D90 is #49C26F. Grayscale: #6A6A6A. Windows color (decimal): -4833904 or 9452982. OLE color: 9452982.

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

Color convert

RGB18261144-
CMYK00.660.210.29
HSL318.84º49.79%47.65%-
HSV(B)318.84º66.48%71.37%-
XYZ25.9915.327.97-
YUV106.64149.09181.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=47.03%
G=15.76%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826114400.660.210.29318.8449.7947.65
HexB63D90042151D13f3230
Octal26675220010225354776260
Binary1011011011110110010000010000101010111101100111111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63D90; }

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

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

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

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

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

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

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

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