#B949C0

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

Shades of Fuchsia #B949C0

Tints of Fuchsia #B949C0

Color information

#B949C0 (or 0xB949C0) is unknown color: approx Fuchsia. HEX triplet: B9, 49 and C0. RGB value is (185,73,192). Sum of RGB (Red+Green+Blue) = 185+73+192=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #B949C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949C0 is #46B63F. Grayscale: #777777. Windows color (decimal): -4634176 or 12601785. OLE color: 12601785.

HSL color Cylindrical-coordinate representation of color #B949C0: hue angle of 296.47º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B949C0 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18573192-
CMYK0.040.6200.25
HSL296.47º48.57%51.96%-
HSV(B)296.47º61.98%75.29%-
XYZ31.918.8951.83-
YUV120.05168.61174.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 73 (28.91% from 255) = 16.22%
BLUE value IS 192 (75.39% from 255) = 42.67%
R=41.11%
G=16.22%
B=42.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185731920.040.6200.25296.4748.5751.96
HexB949C043E0191283134
Octal2711113004760314506164
Binary10111001100100111000000100111110011001100101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B949C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B949C0; }

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

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

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

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

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

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

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

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