#B666C2

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

Shades of Fuchsia #B666C2

Tints of Fuchsia #B666C2

Color information

#B666C2 (or 0xB666C2) is unknown color: approx Fuchsia. HEX triplet: B6, 66 and C2. RGB value is (182,102,194). Sum of RGB (Red+Green+Blue) = 182+102+194=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #B666C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666C2 is #49993D. Grayscale: #888888. Windows color (decimal): -4823358 or 12740278. OLE color: 12740278.

HSL color Cylindrical-coordinate representation of color #B666C2: hue angle of 292.17º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B666C2 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182102194-
CMYK0.060.4700.24
HSL292.17º42.99%58.04%-
HSV(B)292.17º47.42%76.08%-
XYZ33.7823.3453.76-
YUV136.41160.5160.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 194 (76.17% from 255) = 40.59%
R=38.08%
G=21.34%
B=40.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821021940.060.4700.24292.1742.9958.04
HexB666C262F0181242b3a
Octal2661463026570304445372
Binary10110110110011011000010110101111011000100100100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666C2; }

 p { color: rgb(182,102,194); }

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

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

 a { background-color: rgb(182,102,194); }

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

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

 span { border-color: rgb(182,102,194); }

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