#B964AB

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

Shades of Fuchsia #B964AB

Tints of Fuchsia #B964AB

Color information

#B964AB (or 0xB964AB) is unknown color: approx Fuchsia. HEX triplet: B9, 64 and AB. RGB value is (185,100,171). Sum of RGB (Red+Green+Blue) = 185+100+171=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B964AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B964AB is #469B54. Grayscale: #858585. Windows color (decimal): -4627285 or 11232441. OLE color: 11232441.

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

Color convert

RGB185100171-
CMYK00.460.080.27
HSL309.88º37.78%55.88%-
HSV(B)309.88º45.95%72.55%-
XYZ31.9222.3741.16-
YUV133.51149.16164.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=40.57%
G=21.93%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510017100.460.080.27309.8837.7855.88
HexB964AB02E81B1362638
Octal27114425305610334664670
Binary101110011100100101010110101110100011011100110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964AB; }

 p { color: rgb(185,100,171); }

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

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

 a { background-color: rgb(185,100,171); }

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

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

 span { border-color: rgb(185,100,171); }

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