#B660AE

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

Shades of Fuchsia #B660AE

Tints of Fuchsia #B660AE

Color information

#B660AE (or 0xB660AE) is unknown color: approx Fuchsia. HEX triplet: B6, 60 and AE. RGB value is (182,96,174). Sum of RGB (Red+Green+Blue) = 182+96+174=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B660AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B660AE is #499F51. Grayscale: #828282. Windows color (decimal): -4824914 or 11428022. OLE color: 11428022.

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

Color convert

RGB18296174-
CMYK00.470.040.29
HSL305.58º37.07%54.51%-
HSV(B)305.58º47.25%71.37%-
XYZ31.1121.3742.53-
YUV130.61152.49164.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=40.27%
G=21.24%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829617400.470.040.29305.5837.0754.51
HexB660AE02F41D1322537
Octal2661402560574354624567
Binary10110110110000010101110010111110011101100110010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B660AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B660AE; }

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

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

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

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

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

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

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

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