#b569bf

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

Shades of Fuchsia #B569BF

Tints of Fuchsia #B569BF

Color information

#B569BF (or 0xB569BF) is unknown color: approx Fuchsia. HEX triplet: B5, 69 and BF. RGB value is (181,105,191). Sum of RGB (Red+Green+Blue) = 181+105+191=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #B569BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569BF is #4A9640. Grayscale: #898989. Windows color (decimal): -4888129 or 12544437. OLE color: 12544437.

HSL color Cylindrical-coordinate representation of color #B569BF: hue angle of 293.02º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B569BF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181105191-
CMYK0.050.4500.25
HSL293.02º40.19%58.04%-
HSV(B)293.02º45.03%74.9%-
XYZ33.5123.6952.1-
YUV137.53158.18159.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 191 (75% from 255) = 40.04%
R=37.95%
G=22.01%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811051910.050.4500.25293.0240.1958.04
HexB569BF52D019125283a
Octal2651512775550314455072
Binary10110101110100110111111101101101011001100100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b569bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b569bf; }

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

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

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

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

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

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

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

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