#B95EB5

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

Shades of Fuchsia #B95EB5

Tints of Fuchsia #B95EB5

Color information

#B95EB5 (or 0xB95EB5) is unknown color: approx Fuchsia. HEX triplet: B9, 5E and B5. RGB value is (185,94,181). Sum of RGB (Red+Green+Blue) = 185+94+181=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EB5 is #46A14A. Grayscale: #828282. Windows color (decimal): -4628811 or 11886265. OLE color: 11886265.

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

Color convert

RGB18594181-
CMYK00.490.020.27
HSL302.64º39.39%54.71%-
HSV(B)302.64º49.19%72.55%-
XYZ32.3521.6646.19-
YUV131.13156.15166.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=40.22%
G=20.43%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859418100.490.020.27302.6439.3954.71
HexB95EB503121B12f2737
Octal2711362650612334574767
Binary1011100110111101011010101100011011011100101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EB5; }

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

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

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

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

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

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

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

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