#B569B4

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

Shades of Fuchsia #B569B4

Tints of Fuchsia #B569B4

Color information

#B569B4 (or 0xB569B4) is unknown color: approx Fuchsia. HEX triplet: B5, 69 and B4. RGB value is (181,105,180). Sum of RGB (Red+Green+Blue) = 181+105+180=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B569B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569B4 is #4A964B. Grayscale: #888888. Windows color (decimal): -4888140 or 11823541. OLE color: 11823541.

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

Color convert

RGB181105180-
CMYK00.420.010.29
HSL300.79º33.93%56.08%-
HSV(B)300.79º41.99%70.98%-
XYZ32.3523.2245.96-
YUV136.27152.68159.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=38.84%
G=22.53%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110518000.420.010.29300.7933.9356.08
HexB569B402A11D12d2238
Octal2651512640521354554270
Binary101101011101001101101000101010111101100101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569B4; }

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

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

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

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

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

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

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

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