#B95EB2

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

Shades of Fuchsia #B95EB2

Tints of Fuchsia #B95EB2

Color information

#B95EB2 (or 0xB95EB2) is unknown color: approx Fuchsia. HEX triplet: B9, 5E and B2. RGB value is (185,94,178). Sum of RGB (Red+Green+Blue) = 185+94+178=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95EB2 is #46A14D. Grayscale: #828282. Windows color (decimal): -4628814 or 11689657. OLE color: 11689657.

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

Color convert

RGB18594178-
CMYK00.490.040.27
HSL304.62º39.39%54.71%-
HSV(B)304.62º49.19%72.55%-
XYZ32.0521.5344.59-
YUV130.78154.65166.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=40.48%
G=20.57%
B=38.95%

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
Decimal1859417800.490.040.27304.6239.3954.71
HexB95EB203141B1312737
Octal2711362620614334614767
Binary10111001101111010110010011000110011011100110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EB2; }

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

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

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

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

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

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

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

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