#B950AD

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

Shades of Fuchsia #B950AD

Tints of Fuchsia #B950AD

Color information

#B950AD (or 0xB950AD) is unknown color: approx Fuchsia. HEX triplet: B9, 50 and AD. RGB value is (185,80,173). Sum of RGB (Red+Green+Blue) = 185+80+173=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B950AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B950AD is #46AF52. Grayscale: #797979. Windows color (decimal): -4632403 or 11358393. OLE color: 11358393.

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

Color convert

RGB18580173-
CMYK00.570.060.27
HSL306.86º42.86%51.96%-
HSV(B)306.86º56.76%72.55%-
XYZ30.4219.0741.61-
YUV122156.79172.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 80 (31.64% from 255) = 18.26%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=42.24%
G=18.26%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858017300.570.060.27306.8642.8651.96
HexB950AD03961B1332b34
Octal2711202550716334635364
Binary10111001101000010101101011100111011011100110011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B950AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B950AD; }

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

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

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

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

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

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

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

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