#B966AD

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

Shades of Fuchsia #B966AD

Tints of Fuchsia #B966AD

Color information

#B966AD (or 0xB966AD) is unknown color: approx Fuchsia. HEX triplet: B9, 66 and AD. RGB value is (185,102,173). Sum of RGB (Red+Green+Blue) = 185+102+173=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B966AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966AD is #469952. Grayscale: #868686. Windows color (decimal): -4626771 or 11364025. OLE color: 11364025.

HSL color Cylindrical-coordinate representation of color #B966AD: hue angle of 308.67º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B966AD is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185102173-
CMYK00.450.060.27
HSL308.67º37.22%56.27%-
HSV(B)308.67º44.86%72.55%-
XYZ32.322.8342.24-
YUV134.91149.5163.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=40.22%
G=22.17%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510217300.450.060.27308.6737.2256.27
HexB966AD02D61B1352538
Octal2711462550556334654570
Binary10111001110011010101101010110111011011100110101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966AD; }

 p { color: rgb(185,102,173); }

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

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

 a { background-color: rgb(185,102,173); }

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

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

 span { border-color: rgb(185,102,173); }

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