#B95EAF

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

Shades of Fuchsia #B95EAF

Tints of Fuchsia #B95EAF

Color information

#B95EAF (or 0xB95EAF) is unknown color: approx Fuchsia. HEX triplet: B9, 5E and AF. RGB value is (185,94,175). Sum of RGB (Red+Green+Blue) = 185+94+175=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95EAF is #46A150. Grayscale: #828282. Windows color (decimal): -4628817 or 11493049. OLE color: 11493049.

HSL color Cylindrical-coordinate representation of color #B95EAF: hue angle of 306.59º 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 #B95EAF is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18594175-
CMYK00.490.050.27
HSL306.59º39.39%54.71%-
HSV(B)306.59º49.19%72.55%-
XYZ31.7521.4143.02-
YUV130.44153.15166.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=40.75%
G=20.70%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859417500.490.050.27306.5939.3954.71
HexB95EAF03151B1332737
Octal2711362570615334634767
Binary10111001101111010101111011000110111011100110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EAF; }

 p { color: rgb(185,94,175); }

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

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

 a { background-color: rgb(185,94,175); }

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

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

 span { border-color: rgb(185,94,175); }

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