#B575B9

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

Shades of Fuchsia #B575B9

Tints of Fuchsia #B575B9

Color information

#B575B9 (or 0xB575B9) is unknown color: approx Fuchsia. HEX triplet: B5, 75 and B9. RGB value is (181,117,185). Sum of RGB (Red+Green+Blue) = 181+117+185=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #B575B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575B9 is #4A8A46. Grayscale: #8F8F8F. Windows color (decimal): -4885063 or 12154293. OLE color: 12154293.

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

Color convert

RGB181117185-
CMYK0.020.3700.27
HSL296.47º32.69%59.22%-
HSV(B)296.47º36.76%72.55%-
XYZ34.1726.0549.13-
YUV143.89151.2154.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=37.47%
G=24.22%
B=38.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811171850.020.3700.27296.4732.6959.22
HexB575B922501B128213b
Octal2651652712450334504173
Binary1011010111101011011100110100101011011100101000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575B9; }

 p { color: rgb(181,117,185); }

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

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

 a { background-color: rgb(181,117,185); }

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

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

 span { border-color: rgb(181,117,185); }

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