#b63e8f

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

Shades of Medium Red Violet #B63E8F

Tints of Medium Red Violet #B63E8F

Color information

#B63E8F (or 0xB63E8F) is unknown color: approx Medium Red Violet. HEX triplet: B6, 3E and 8F. RGB value is (182,62,143). Sum of RGB (Red+Green+Blue) = 182+62+143=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63E8F is #49C170. Grayscale: #6A6A6A. Windows color (decimal): -4833649 or 9387702. OLE color: 9387702.

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

Color convert

RGB18262143-
CMYK00.660.210.29
HSL319.5º49.18%47.84%-
HSV(B)319.5º65.93%71.37%-
XYZ25.9715.3727.59-
YUV107.11148.26181.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 62 (24.61% from 255) = 16.02%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=47.03%
G=16.02%
B=36.95%

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
Decimal1826214300.660.210.29319.549.1847.84
HexB63E8F042151D1403130
Octal26676217010225355006160
Binary1011011011111010001111010000101010111101101000000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63e8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63e8f; }

 p { color: rgb(182,62,143); }

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

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

 a { background-color: rgb(182,62,143); }

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

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

 span { border-color: rgb(182,62,143); }

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