#B544BE

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

Shades of Fuchsia #B544BE

Tints of Fuchsia #B544BE

Color information

#B544BE (or 0xB544BE) is unknown color: approx Fuchsia. HEX triplet: B5, 44 and BE. RGB value is (181,68,190). Sum of RGB (Red+Green+Blue) = 181+68+190=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #B544BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544BE is #4ABB41. Grayscale: #737373. Windows color (decimal): -4897602 or 12469429. OLE color: 12469429.

HSL color Cylindrical-coordinate representation of color #B544BE: hue angle of 295.57º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B544BE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18168190-
CMYK0.050.6400.25
HSL295.57º48.41%50.59%-
HSV(B)295.57º64.21%74.51%-
XYZ30.4217.6850.52-
YUV115.7169.94174.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 68 (26.95% from 255) = 15.49%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=41.23%
G=15.49%
B=43.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181681900.050.6400.25295.5748.4150.59
HexB544BE5400191283033
Octal26510427651000314506063
Binary101101011000100101111101011000000011001100101000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544BE; }

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

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

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

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

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

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

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

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