#B568B2

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

Shades of Fuchsia #B568B2

Tints of Fuchsia #B568B2

Color information

#B568B2 (or 0xB568B2) is unknown color: approx Fuchsia. HEX triplet: B5, 68 and B2. RGB value is (181,104,178). Sum of RGB (Red+Green+Blue) = 181+104+178=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B568B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B568B2 is #4A974D. Grayscale: #878787. Windows color (decimal): -4888398 or 11692213. OLE color: 11692213.

HSL color Cylindrical-coordinate representation of color #B568B2: hue angle of 302.34º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B568B2 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB181104178-
CMYK00.430.020.29
HSL302.34º34.22%55.88%-
HSV(B)302.34º42.54%70.98%-
XYZ32.0422.9444.86-
YUV135.46152.01160.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 178 (69.92% from 255) = 38.44%
R=39.09%
G=22.46%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110417800.430.020.29302.3434.2255.88
HexB568B202B21D12e2238
Octal2651502620532354564270
Binary1011010111010001011001001010111011101100101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568B2; }

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

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

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

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

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

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

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

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