#B95EC3

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

Shades of Fuchsia #B95EC3

Tints of Fuchsia #B95EC3

Color information

#B95EC3 (or 0xB95EC3) is unknown color: approx Fuchsia. HEX triplet: B9, 5E and C3. RGB value is (185,94,195). Sum of RGB (Red+Green+Blue) = 185+94+195=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 195 - color contains mainly: blue. Hex color #B95EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EC3 is #46A13C. Grayscale: #848484. Windows color (decimal): -4628797 or 12803769. OLE color: 12803769.

HSL color Cylindrical-coordinate representation of color #B95EC3: hue angle of 294.06º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95EC3 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18594195-
CMYK0.050.5200.24
HSL294.06º45.7%56.67%-
HSV(B)294.06º51.79%76.47%-
XYZ33.8622.2654.14-
YUV132.72163.15165.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 94 (37.11% from 255) = 19.83%
BLUE value IS 195 (76.56% from 255) = 41.14%
R=39.03%
G=19.83%
B=41.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185941950.050.5200.24294.0645.756.67
HexB95EC35340181262e39
Octal2711363035640304465671
Binary10111001101111011000011101110100011000100100110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EC3; }

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

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

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

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

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

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

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

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