#B63FAE

Color #B63FAE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B63FAE

Tints of Fuchsia #B63FAE

Color information

#B63FAE (or 0xB63FAE) is unknown color: approx Fuchsia. HEX triplet: B6, 3F and AE. RGB value is (182,63,174). Sum of RGB (Red+Green+Blue) = 182+63+174=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B63FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63FAE is #49C051. Grayscale: #6E6E6E. Windows color (decimal): -4833362 or 11419574. OLE color: 11419574.

HSL color Cylindrical-coordinate representation of color #B63FAE: hue angle of 304.03º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63FAE is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18263174-
CMYK00.650.040.29
HSL304.03º48.57%48.04%-
HSV(B)304.03º65.38%71.37%-
XYZ28.7116.5641.73-
YUV111.24163.42178.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 63 (25% from 255) = 15.04%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=43.44%
G=15.04%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826317400.650.040.29304.0348.5748.04
HexB63FAE04141D1303130
Octal2667725601014354606160
Binary10110110111111101011100100000110011101100110000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63FAE; }

 p { color: rgb(182,63,174); }

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

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

 a { background-color: rgb(182,63,174); }

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

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

 span { border-color: rgb(182,63,174); }

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