#B668BC

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

Shades of Fuchsia #B668BC

Tints of Fuchsia #B668BC

Color information

#B668BC (or 0xB668BC) is unknown color: approx Fuchsia. HEX triplet: B6, 68 and BC. RGB value is (182,104,188). Sum of RGB (Red+Green+Blue) = 182+104+188=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #B668BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668BC is #499743. Grayscale: #888888. Windows color (decimal): -4822852 or 12347574. OLE color: 12347574.

HSL color Cylindrical-coordinate representation of color #B668BC: hue angle of 295.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B668BC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182104188-
CMYK0.030.4500.26
HSL295.71º38.53%57.25%-
HSV(B)295.71º44.68%73.73%-
XYZ33.3223.4850.35-
YUV136.9156.84160.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=38.40%
G=21.94%
B=39.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821041880.030.4500.26295.7138.5357.25
HexB668BC32D01A1282739
Octal2661502743550324504771
Binary1011011011010001011110011101101011010100101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668BC; }

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

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

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

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

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

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

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

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