#B95EAD

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

Shades of Fuchsia #B95EAD

Tints of Fuchsia #B95EAD

Color information

#B95EAD (or 0xB95EAD) is unknown color: approx Fuchsia. HEX triplet: B9, 5E and AD. RGB value is (185,94,173). Sum of RGB (Red+Green+Blue) = 185+94+173=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95EAD is #46A152. Grayscale: #818181. Windows color (decimal): -4628819 or 11361977. OLE color: 11361977.

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

Color convert

RGB18594173-
CMYK00.490.060.27
HSL307.91º39.39%54.71%-
HSV(B)307.91º49.19%72.55%-
XYZ31.5521.3441.99-
YUV130.22152.15167.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 94 (37.11% from 255) = 20.80%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=40.93%
G=20.80%
B=38.27%

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
Decimal1859417300.490.060.27307.9139.3954.71
HexB95EAD03161B1342737
Octal2711362550616334644767
Binary10111001101111010101101011000111011011100110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EAD; }

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

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

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

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

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

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

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

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