#B766BD

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

Shades of Fuchsia #B766BD

Tints of Fuchsia #B766BD

Color information

#B766BD (or 0xB766BD) is unknown color: approx Fuchsia. HEX triplet: B7, 66 and BD. RGB value is (183,102,189). Sum of RGB (Red+Green+Blue) = 183+102+189=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #B766BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766BD is #489942. Grayscale: #878787. Windows color (decimal): -4757827 or 12412599. OLE color: 12412599.

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

Color convert

RGB183102189-
CMYK0.030.4600.26
HSL295.86º39.73%57.06%-
HSV(B)295.86º46.03%74.12%-
XYZ33.4723.2450.87-
YUV136.14157.84161.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=38.61%
G=21.52%
B=39.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831021890.030.4600.26295.8639.7357.06
HexB766BD32E01A1282839
Octal2671462753560324505071
Binary1011011111001101011110111101110011010100101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B766BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B766BD; }

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

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

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

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

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

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

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

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