#B958C3

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

Shades of Fuchsia #B958C3

Tints of Fuchsia #B958C3

Color information

#B958C3 (or 0xB958C3) is unknown color: approx Fuchsia. HEX triplet: B9, 58 and C3. RGB value is (185,88,195). Sum of RGB (Red+Green+Blue) = 185+88+195=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #B958C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958C3 is #46A73C. Grayscale: #808080. Windows color (decimal): -4630333 or 12802233. OLE color: 12802233.

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

Color convert

RGB18588195-
CMYK0.050.5500.24
HSL294.39º47.14%55.49%-
HSV(B)294.39º54.87%76.47%-
XYZ33.3521.2353.97-
YUV129.2165.14167.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 88 (34.77% from 255) = 18.80%
BLUE value IS 195 (76.56% from 255) = 41.67%
R=39.53%
G=18.80%
B=41.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185881950.050.5500.24294.3947.1455.49
HexB958C35370181262f37
Octal2711303035670304465767
Binary10111001101100011000011101110111011000100100110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B958C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B958C3; }

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

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

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

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

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

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

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

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