#B963AD

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

Shades of Fuchsia #B963AD

Tints of Fuchsia #B963AD

Color information

#B963AD (or 0xB963AD) is unknown color: approx Fuchsia. HEX triplet: B9, 63 and AD. RGB value is (185,99,173). Sum of RGB (Red+Green+Blue) = 185+99+173=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B963AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963AD is #469C52. Grayscale: #848484. Windows color (decimal): -4627539 or 11363257. OLE color: 11363257.

HSL color Cylindrical-coordinate representation of color #B963AD: hue angle of 308.37º 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 #B963AD is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18599173-
CMYK00.460.060.27
HSL308.37º38.05%55.69%-
HSV(B)308.37º46.49%72.55%-
XYZ32.0122.2642.14-
YUV133.15150.49164.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=40.48%
G=21.66%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859917300.460.060.27308.3738.0555.69
HexB963AD02E61B1342638
Octal2711432550566334644670
Binary10111001110001110101101010111011011011100110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963AD; }

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

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

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

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

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

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

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

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