#B568BA

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

Shades of Fuchsia #B568BA

Tints of Fuchsia #B568BA

Color information

#B568BA (or 0xB568BA) is unknown color: approx Fuchsia. HEX triplet: B5, 68 and BA. RGB value is (181,104,186). Sum of RGB (Red+Green+Blue) = 181+104+186=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #B568BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568BA is #4A9745. Grayscale: #888888. Windows color (decimal): -4888390 or 12216501. OLE color: 12216501.

HSL color Cylindrical-coordinate representation of color #B568BA: hue angle of 296.34º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B568BA is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181104186-
CMYK0.030.4400.27
HSL296.34º37.27%56.86%-
HSV(B)296.34º44.09%72.94%-
XYZ32.8723.2749.21-
YUV136.37156.01159.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=38.43%
G=22.08%
B=39.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811041860.030.4400.27296.3437.2756.86
HexB568BA32C01B1282539
Octal2651502723540334504571
Binary1011010111010001011101011101100011011100101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568BA; }

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

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

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

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

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

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

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

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