#B95FC3

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

Shades of Fuchsia #B95FC3

Tints of Fuchsia #B95FC3

Color information

#B95FC3 (or 0xB95FC3) is unknown color: approx Fuchsia. HEX triplet: B9, 5F and C3. RGB value is (185,95,195). Sum of RGB (Red+Green+Blue) = 185+95+195=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #B95FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FC3 is #46A03C. Grayscale: #858585. Windows color (decimal): -4628541 or 12804025. OLE color: 12804025.

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

Color convert

RGB18595195-
CMYK0.050.5100.24
HSL294º45.45%56.86%-
HSV(B)294º51.28%76.47%-
XYZ33.9522.4454.17-
YUV133.31162.82164.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 95 (37.5% from 255) = 20%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=38.95%
G=20%
B=41.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185951950.050.5100.2429445.4556.86
HexB95FC35330181262d39
Octal2711373035630304465571
Binary10111001101111111000011101110011011000100100110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95FC3; }

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

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

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

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

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

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

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

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