#B960AD

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

Shades of Fuchsia #B960AD

Tints of Fuchsia #B960AD

Color information

#B960AD (or 0xB960AD) is unknown color: approx Fuchsia. HEX triplet: B9, 60 and AD. RGB value is (185,96,173). Sum of RGB (Red+Green+Blue) = 185+96+173=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B960AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B960AD is #469F52. Grayscale: #838383. Windows color (decimal): -4628307 or 11362489. OLE color: 11362489.

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

Color convert

RGB18596173-
CMYK00.480.060.27
HSL308.09º38.86%55.1%-
HSV(B)308.09º48.11%72.55%-
XYZ31.7321.742.05-
YUV131.39151.49166.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=40.75%
G=21.15%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859617300.480.060.27308.0938.8655.1
HexB960AD03061B1342737
Octal2711402550606334644767
Binary10111001110000010101101011000011011011100110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960AD; }

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

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

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

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

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

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

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

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