#B95EB1

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

Shades of Fuchsia #B95EB1

Tints of Fuchsia #B95EB1

Color information

#B95EB1 (or 0xB95EB1) is unknown color: approx Fuchsia. HEX triplet: B9, 5E and B1. RGB value is (185,94,177). Sum of RGB (Red+Green+Blue) = 185+94+177=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95EB1 is #46A14E. Grayscale: #828282. Windows color (decimal): -4628815 or 11624121. OLE color: 11624121.

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

Color convert

RGB18594177-
CMYK00.490.040.27
HSL305.27º39.39%54.71%-
HSV(B)305.27º49.19%72.55%-
XYZ31.9521.4944.06-
YUV130.67154.15166.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=40.57%
G=20.61%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859417700.490.040.27305.2739.3954.71
HexB95EB103141B1312737
Octal2711362610614334614767
Binary10111001101111010110001011000110011011100110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EB1; }

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

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

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

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

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

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

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

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