#B955C1

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

Shades of Fuchsia #B955C1

Tints of Fuchsia #B955C1

Color information

#B955C1 (or 0xB955C1) is unknown color: approx Fuchsia. HEX triplet: B9, 55 and C1. RGB value is (185,85,193). Sum of RGB (Red+Green+Blue) = 185+85+193=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #B955C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955C1 is #46AA3E. Grayscale: #7E7E7E. Windows color (decimal): -4631103 or 12670393. OLE color: 12670393.

HSL color Cylindrical-coordinate representation of color #B955C1: hue angle of 295.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B955C1 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18585193-
CMYK0.040.5600.24
HSL295.56º46.55%54.51%-
HSV(B)295.56º55.96%75.69%-
XYZ32.8820.6652.71-
YUV127.21165.13169.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=39.96%
G=18.36%
B=41.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185851930.040.5600.24295.5646.5554.51
HexB955C14380181282f37
Octal2711253014700304505767
Binary10111001101010111000001100111000011000100101000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955C1; }

 p { color: rgb(185,85,193); }

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

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

 a { background-color: rgb(185,85,193); }

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

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

 span { border-color: rgb(185,85,193); }

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