#B569BD

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

Shades of Fuchsia #B569BD

Tints of Fuchsia #B569BD

Color information

#B569BD (or 0xB569BD) is unknown color: approx Fuchsia. HEX triplet: B5, 69 and BD. RGB value is (181,105,189). Sum of RGB (Red+Green+Blue) = 181+105+189=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #B569BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569BD is #4A9642. Grayscale: #898989. Windows color (decimal): -4888131 or 12413365. OLE color: 12413365.

HSL color Cylindrical-coordinate representation of color #B569BD: hue angle of 294.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B569BD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181105189-
CMYK0.040.4400.26
HSL294.29º38.89%57.65%-
HSV(B)294.29º44.44%74.12%-
XYZ33.2923.650.94-
YUV137.3157.18159.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=38.11%
G=22.11%
B=39.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811051890.040.4400.26294.2938.8957.65
HexB569BD42C01A126273a
Octal2651512754540324464772
Binary10110101110100110111101100101100011010100100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569BD; }

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

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

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

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

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

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

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

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