#B95DC5

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

Shades of Fuchsia #B95DC5

Tints of Fuchsia #B95DC5

Color information

#B95DC5 (or 0xB95DC5) is unknown color: approx Fuchsia. HEX triplet: B9, 5D and C5. RGB value is (185,93,197). Sum of RGB (Red+Green+Blue) = 185+93+197=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #B95DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DC5 is #46A23A. Grayscale: #848484. Windows color (decimal): -4629051 or 12934585. OLE color: 12934585.

HSL color Cylindrical-coordinate representation of color #B95DC5: hue angle of 293.08º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B95DC5 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18593197-
CMYK0.060.5300.23
HSL293.08º47.27%56.86%-
HSV(B)293.08º52.79%77.25%-
XYZ3422.1755.31-
YUV132.36164.48165.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 197 (77.34% from 255) = 41.47%
R=38.95%
G=19.58%
B=41.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal185931970.060.5300.23293.0847.2756.86
HexB95DC56350171252f39
Octal2711353056650274455771
Binary10111001101110111000101110110101010111100100101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DC5; }

 p { color: rgb(185,93,197); }

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

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

 a { background-color: rgb(185,93,197); }

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

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

 span { border-color: rgb(185,93,197); }

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