#B766B6

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

Shades of Fuchsia #B766B6

Tints of Fuchsia #B766B6

Color information

#B766B6 (or 0xB766B6) is unknown color: approx Fuchsia. HEX triplet: B7, 66 and B6. RGB value is (183,102,182). Sum of RGB (Red+Green+Blue) = 183+102+182=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B766B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766B6 is #489949. Grayscale: #878787. Windows color (decimal): -4757834 or 11953847. OLE color: 11953847.

HSL color Cylindrical-coordinate representation of color #B766B6: hue angle of 300.74º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B766B6 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183102182-
CMYK00.440.010.28
HSL300.74º36%55.88%-
HSV(B)300.74º44.26%71.76%-
XYZ32.7222.9546.96-
YUV135.34154.34162-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=39.19%
G=21.84%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310218200.440.010.28300.743655.88
HexB766B602C11C12d2438
Octal2671462660541344554470
Binary101101111100110101101100101100111100100101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B766B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B766B6; }

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

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

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

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

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

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

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

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