#B951AD

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

Shades of Fuchsia #B951AD

Tints of Fuchsia #B951AD

Color information

#B951AD (or 0xB951AD) is unknown color: approx Fuchsia. HEX triplet: B9, 51 and AD. RGB value is (185,81,173). Sum of RGB (Red+Green+Blue) = 185+81+173=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B951AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B951AD is #46AE52. Grayscale: #7A7A7A. Windows color (decimal): -4632147 or 11358649. OLE color: 11358649.

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

Color convert

RGB18581173-
CMYK00.560.060.27
HSL306.92º42.62%52.16%-
HSV(B)306.92º56.22%72.55%-
XYZ30.4919.2241.64-
YUV122.58156.46172.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=42.14%
G=18.45%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858117300.560.060.27306.9242.6252.16
HexB951AD03861B1332b34
Octal2711212550706334635364
Binary10111001101000110101101011100011011011100110011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B951AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B951AD; }

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

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

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

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

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

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

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

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