#B95FAE

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

Shades of Fuchsia #B95FAE

Tints of Fuchsia #B95FAE

Color information

#B95FAE (or 0xB95FAE) is unknown color: approx Fuchsia. HEX triplet: B9, 5F and AE. RGB value is (185,95,174). Sum of RGB (Red+Green+Blue) = 185+95+174=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B95FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95FAE is #46A051. Grayscale: #828282. Windows color (decimal): -4628562 or 11427769. OLE color: 11427769.

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

Color convert

RGB18595174-
CMYK00.490.060.27
HSL307.33º39.13%54.9%-
HSV(B)307.33º48.65%72.55%-
XYZ31.7421.5542.53-
YUV130.92152.32166.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 95 (37.5% from 255) = 20.93%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=40.75%
G=20.93%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859517400.490.060.27307.3339.1354.9
HexB95FAE03161B1332737
Octal2711372560616334634767
Binary10111001101111110101110011000111011011100110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95FAE; }

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

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

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

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

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

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

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

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