#B572B4

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

Shades of Fuchsia #B572B4

Tints of Fuchsia #B572B4

Color information

#B572B4 (or 0xB572B4) is unknown color: approx Fuchsia. HEX triplet: B5, 72 and B4. RGB value is (181,114,180). Sum of RGB (Red+Green+Blue) = 181+114+180=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B572B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572B4 is #4A8D4B. Grayscale: #8D8D8D. Windows color (decimal): -4885836 or 11825845. OLE color: 11825845.

HSL color Cylindrical-coordinate representation of color #B572B4: hue angle of 300.9º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B572B4 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181114180-
CMYK00.370.010.29
HSL300.9º31.16%57.84%-
HSV(B)300.9º37.02%70.98%-
XYZ33.3125.1546.28-
YUV141.56149.7156.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=38.11%
G=24%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111418000.370.010.29300.931.1657.84
HexB572B402511D12d1f3a
Octal2651622640451354553772
Binary10110101111001010110100010010111110110010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572B4; }

 p { color: rgb(181,114,180); }

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

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

 a { background-color: rgb(181,114,180); }

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

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

 span { border-color: rgb(181,114,180); }

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