#B766BF

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

Shades of Fuchsia #B766BF

Tints of Fuchsia #B766BF

Color information

#B766BF (or 0xB766BF) is unknown color: approx Fuchsia. HEX triplet: B7, 66 and BF. RGB value is (183,102,191). Sum of RGB (Red+Green+Blue) = 183+102+191=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #B766BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766BF is #489940. Grayscale: #888888. Windows color (decimal): -4757825 or 12543671. OLE color: 12543671.

HSL color Cylindrical-coordinate representation of color #B766BF: hue angle of 294.61º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B766BF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183102191-
CMYK0.040.4700.25
HSL294.61º41.01%57.45%-
HSV(B)294.61º46.6%74.9%-
XYZ33.6823.3352.02-
YUV136.36158.84161.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 102 (40.23% from 255) = 21.43%
BLUE value IS 191 (75% from 255) = 40.13%
R=38.45%
G=21.43%
B=40.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831021910.040.4700.25294.6141.0157.45
HexB766BF42F0191272939
Octal2671462774570314475171
Binary10110111110011010111111100101111011001100100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B766BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B766BF; }

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

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

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

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

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

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

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

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