#B568B9

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

Shades of Fuchsia #B568B9

Tints of Fuchsia #B568B9

Color information

#B568B9 (or 0xB568B9) is unknown color: approx Fuchsia. HEX triplet: B5, 68 and B9. RGB value is (181,104,185). Sum of RGB (Red+Green+Blue) = 181+104+185=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #B568B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568B9 is #4A9746. Grayscale: #888888. Windows color (decimal): -4888391 or 12150965. OLE color: 12150965.

HSL color Cylindrical-coordinate representation of color #B568B9: hue angle of 297.04º 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 #B568B9 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181104185-
CMYK0.020.4400.27
HSL297.04º36.65%56.67%-
HSV(B)297.04º43.78%72.55%-
XYZ32.7623.2348.66-
YUV136.26155.51159.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 185 (72.66% from 255) = 39.36%
R=38.51%
G=22.13%
B=39.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811041850.020.4400.27297.0436.6556.67
HexB568B922C01B1292539
Octal2651502712540334514571
Binary1011010111010001011100110101100011011100101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568B9; }

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

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

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

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

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

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

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

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