#B763AE

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

Shades of Fuchsia #B763AE

Tints of Fuchsia #B763AE

Color information

#B763AE (or 0xB763AE) is unknown color: approx Fuchsia. HEX triplet: B7, 63 and AE. RGB value is (183,99,174). Sum of RGB (Red+Green+Blue) = 183+99+174=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B763AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B763AE is #489C51. Grayscale: #848484. Windows color (decimal): -4758610 or 11428791. OLE color: 11428791.

HSL color Cylindrical-coordinate representation of color #B763AE: hue angle of 306.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B763AE is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18399174-
CMYK00.460.050.28
HSL306.43º36.84%55.29%-
HSV(B)306.43º45.9%71.76%-
XYZ31.6322.0542.63-
YUV132.67151.33163.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 99 (39.06% from 255) = 21.71%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=40.13%
G=21.71%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839917400.460.050.28306.4336.8455.29
HexB763AE02E51C1322537
Octal2671432560565344624567
Binary10110111110001110101110010111010111100100110010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B763AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B763AE; }

 p { color: rgb(183,99,174); }

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

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

 a { background-color: rgb(183,99,174); }

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

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

 span { border-color: rgb(183,99,174); }

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