#B574BB

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

Shades of Fuchsia #B574BB

Tints of Fuchsia #B574BB

Color information

#B574BB (or 0xB574BB) is unknown color: approx Fuchsia. HEX triplet: B5, 74 and BB. RGB value is (181,116,187). Sum of RGB (Red+Green+Blue) = 181+116+187=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #B574BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574BB is #4A8B44. Grayscale: #8F8F8F. Windows color (decimal): -4885317 or 12285109. OLE color: 12285109.

HSL color Cylindrical-coordinate representation of color #B574BB: hue angle of 294.93º 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 #B574BB is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181116187-
CMYK0.030.3800.27
HSL294.93º34.3%59.41%-
HSV(B)294.93º37.97%73.33%-
XYZ34.2725.950.21-
YUV143.53152.53154.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=37.40%
G=23.97%
B=38.64%

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
Decimal1811161870.030.3800.27294.9334.359.41
HexB574BB32601B127223b
Octal2651642733460334474273
Binary1011010111101001011101111100110011011100100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574BB; }

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

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

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

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

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

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

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

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