#B961AE

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

Shades of Fuchsia #B961AE

Tints of Fuchsia #B961AE

Color information

#B961AE (or 0xB961AE) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and AE. RGB value is (185,97,174). Sum of RGB (Red+Green+Blue) = 185+97+174=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B961AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961AE is #469E51. Grayscale: #838383. Windows color (decimal): -4628050 or 11428281. OLE color: 11428281.

HSL color Cylindrical-coordinate representation of color #B961AE: hue angle of 307.5º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B961AE is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18597174-
CMYK00.480.060.27
HSL307.5º38.6%55.29%-
HSV(B)307.5º47.57%72.55%-
XYZ31.9221.9242.59-
YUV132.09151.65165.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=40.57%
G=21.27%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859717400.480.060.27307.538.655.29
HexB961AE03061B1342737
Octal2711412560606334644767
Binary10111001110000110101110011000011011011100110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961AE; }

 p { color: rgb(185,97,174); }

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

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

 a { background-color: rgb(185,97,174); }

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

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

 span { border-color: rgb(185,97,174); }

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