#B949C5

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

Shades of Fuchsia #B949C5

Tints of Fuchsia #B949C5

Color information

#B949C5 (or 0xB949C5) is unknown color: approx Fuchsia. HEX triplet: B9, 49 and C5. RGB value is (185,73,197). Sum of RGB (Red+Green+Blue) = 185+73+197=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #B949C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949C5 is #46B63A. Grayscale: #787878. Windows color (decimal): -4634171 or 12929465. OLE color: 12929465.

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

Color convert

RGB18573197-
CMYK0.060.6300.23
HSL294.19º51.67%52.94%-
HSV(B)294.19º62.94%77.25%-
XYZ32.4719.1154.8-
YUV120.62171.11173.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 73 (28.91% from 255) = 16.04%
BLUE value IS 197 (77.34% from 255) = 43.30%
R=40.66%
G=16.04%
B=43.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal185731970.060.6300.23294.1951.6752.94
HexB949C563F0171263435
Octal2711113056770274466465
Binary10111001100100111000101110111111010111100100110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B949C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B949C5; }

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

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

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

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

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

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

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

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