#B574BA

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

Shades of Fuchsia #B574BA

Tints of Fuchsia #B574BA

Color information

#B574BA (or 0xB574BA) is unknown color: approx Fuchsia. HEX triplet: B5, 74 and BA. RGB value is (181,116,186). Sum of RGB (Red+Green+Blue) = 181+116+186=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B574BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574BA is #4A8B45. Grayscale: #8F8F8F. Windows color (decimal): -4885318 or 12219573. OLE color: 12219573.

HSL color Cylindrical-coordinate representation of color #B574BA: hue angle of 295.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B574BA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181116186-
CMYK0.030.3800.27
HSL295.71º33.65%59.22%-
HSV(B)295.71º37.63%72.94%-
XYZ34.1625.8649.65-
YUV143.42152.03154.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=37.47%
G=24.02%
B=38.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811161860.030.3800.27295.7133.6559.22
HexB574BA32601B128223b
Octal2651642723460334504273
Binary1011010111101001011101011100110011011100101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574BA; }

 p { color: rgb(181,116,186); }

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

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

 a { background-color: rgb(181,116,186); }

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

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

 span { border-color: rgb(181,116,186); }

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