#B766C2

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

Shades of Fuchsia #B766C2

Tints of Fuchsia #B766C2

Color information

#B766C2 (or 0xB766C2) is unknown color: approx Fuchsia. HEX triplet: B7, 66 and C2. RGB value is (183,102,194). Sum of RGB (Red+Green+Blue) = 183+102+194=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #B766C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766C2 is #48993D. Grayscale: #888888. Windows color (decimal): -4757822 or 12740279. OLE color: 12740279.

HSL color Cylindrical-coordinate representation of color #B766C2: hue angle of 292.83º 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 #B766C2 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183102194-
CMYK0.060.4700.24
HSL292.83º42.99%58.04%-
HSV(B)292.83º47.42%76.08%-
XYZ34.0223.4753.78-
YUV136.71160.34161.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 194 (76.17% from 255) = 40.50%
R=38.20%
G=21.29%
B=40.50%

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
Decimal1831021940.060.4700.24292.8342.9958.04
HexB766C262F0181252b3a
Octal2671463026570304455372
Binary10110111110011011000010110101111011000100100101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B766C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B766C2; }

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

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

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

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

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

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

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

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