#B568BD

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

Shades of Fuchsia #B568BD

Tints of Fuchsia #B568BD

Color information

#B568BD (or 0xB568BD) is unknown color: approx Fuchsia. HEX triplet: B5, 68 and BD. RGB value is (181,104,189). Sum of RGB (Red+Green+Blue) = 181+104+189=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #B568BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568BD is #4A9742. Grayscale: #888888. Windows color (decimal): -4888387 or 12413109. OLE color: 12413109.

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

Color convert

RGB181104189-
CMYK0.040.4500.26
HSL294.35º39.17%57.45%-
HSV(B)294.35º44.97%74.12%-
XYZ33.1923.450.91-
YUV136.71157.51159.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=38.19%
G=21.94%
B=39.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811041890.040.4500.26294.3539.1757.45
HexB568BD42D01A1262739
Octal2651502754550324464771
Binary10110101110100010111101100101101011010100100110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568BD; }

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

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

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

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

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

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

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

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