#B961AD

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

Shades of Fuchsia #B961AD

Tints of Fuchsia #B961AD

Color information

#B961AD (or 0xB961AD) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and AD. RGB value is (185,97,173). Sum of RGB (Red+Green+Blue) = 185+97+173=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B961AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961AD is #469E52. Grayscale: #838383. Windows color (decimal): -4628051 or 11362745. OLE color: 11362745.

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

Color convert

RGB18597173-
CMYK00.480.060.27
HSL308.18º38.6%55.29%-
HSV(B)308.18º47.57%72.55%-
XYZ31.8321.8842.08-
YUV131.98151.15165.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=40.66%
G=21.32%
B=38.02%

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
Decimal1859717300.480.060.27308.1838.655.29
HexB961AD03061B1342737
Octal2711412550606334644767
Binary10111001110000110101101011000011011011100110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961AD; }

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

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

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

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

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

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

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

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