#B95EB0

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

Shades of Fuchsia #B95EB0

Tints of Fuchsia #B95EB0

Color information

#B95EB0 (or 0xB95EB0) is unknown color: approx Fuchsia. HEX triplet: B9, 5E and B0. RGB value is (185,94,176). Sum of RGB (Red+Green+Blue) = 185+94+176=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95EB0 is #46A14F. Grayscale: #828282. Windows color (decimal): -4628816 or 11558585. OLE color: 11558585.

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

Color convert

RGB18594176-
CMYK00.490.050.27
HSL305.93º39.39%54.71%-
HSV(B)305.93º49.19%72.55%-
XYZ31.8521.4543.54-
YUV130.56153.65166.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 176 (69.14% from 255) = 38.68%
R=40.66%
G=20.66%
B=38.68%

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
Decimal1859417600.490.050.27305.9339.3954.71
HexB95EB003151B1322737
Octal2711362600615334624767
Binary10111001101111010110000011000110111011100110010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EB0; }

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

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

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

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

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

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

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

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