#B668BB

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

Shades of Fuchsia #B668BB

Tints of Fuchsia #B668BB

Color information

#B668BB (or 0xB668BB) is unknown color: approx Fuchsia. HEX triplet: B6, 68 and BB. RGB value is (182,104,187). Sum of RGB (Red+Green+Blue) = 182+104+187=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #B668BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668BB is #499744. Grayscale: #888888. Windows color (decimal): -4822853 or 12282038. OLE color: 12282038.

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

Color convert

RGB182104187-
CMYK0.030.4400.27
HSL296.39º37.9%57.06%-
HSV(B)296.39º44.39%73.33%-
XYZ33.2123.4349.79-
YUV136.78156.34160.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=38.48%
G=21.99%
B=39.53%

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
Decimal1821041870.030.4400.27296.3937.957.06
HexB668BB32C01B1282639
Octal2661502733540334504671
Binary1011011011010001011101111101100011011100101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668BB; }

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

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

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

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

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

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

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

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