#B668BA

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

Shades of Fuchsia #B668BA

Tints of Fuchsia #B668BA

Color information

#B668BA (or 0xB668BA) is unknown color: approx Fuchsia. HEX triplet: B6, 68 and BA. RGB value is (182,104,186). Sum of RGB (Red+Green+Blue) = 182+104+186=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #B668BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668BA is #499745. Grayscale: #888888. Windows color (decimal): -4822854 or 12216502. OLE color: 12216502.

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

Color convert

RGB182104186-
CMYK0.020.4400.27
HSL297.07º37.27%56.86%-
HSV(B)297.07º44.09%72.94%-
XYZ33.123.3949.22-
YUV136.67155.84160.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 104 (41.02% from 255) = 22.03%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=38.56%
G=22.03%
B=39.41%

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
Decimal1821041860.020.4400.27297.0737.2756.86
HexB668BA22C01B1292539
Octal2661502722540334514571
Binary1011011011010001011101010101100011011100101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668BA; }

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

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

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

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

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

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

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

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