#B549BE

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

Shades of Fuchsia #B549BE

Tints of Fuchsia #B549BE

Color information

#B549BE (or 0xB549BE) is unknown color: approx Fuchsia. HEX triplet: B5, 49 and BE. RGB value is (181,73,190). Sum of RGB (Red+Green+Blue) = 181+73+190=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #B549BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549BE is #4AB641. Grayscale: #767676. Windows color (decimal): -4896322 or 12470709. OLE color: 12470709.

HSL color Cylindrical-coordinate representation of color #B549BE: hue angle of 295.38º degrees, saturation: 0.47, 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 #B549BE is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18173190-
CMYK0.050.6200.25
HSL295.38º47.37%51.57%-
HSV(B)295.38º61.58%74.51%-
XYZ30.7318.3150.63-
YUV118.63168.28172.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=40.77%
G=16.44%
B=42.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181731900.050.6200.25295.3847.3751.57
HexB549BE53E0191272f34
Octal2651112765760314475764
Binary10110101100100110111110101111110011001100100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B549BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B549BE; }

 p { color: rgb(181,73,190); }

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

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

 a { background-color: rgb(181,73,190); }

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

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

 span { border-color: rgb(181,73,190); }

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