#B954AD

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

Shades of Fuchsia #B954AD

Tints of Fuchsia #B954AD

Color information

#B954AD (or 0xB954AD) is unknown color: approx Fuchsia. HEX triplet: B9, 54 and AD. RGB value is (185,84,173). Sum of RGB (Red+Green+Blue) = 185+84+173=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B954AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954AD is #46AB52. Grayscale: #7C7C7C. Windows color (decimal): -4631379 or 11359417. OLE color: 11359417.

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

Color convert

RGB18584173-
CMYK00.550.060.27
HSL307.13º41.91%52.75%-
HSV(B)307.13º54.59%72.55%-
XYZ30.7219.6741.71-
YUV124.34155.46171.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=41.86%
G=19.00%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858417300.550.060.27307.1341.9152.75
HexB954AD03761B1332a35
Octal2711242550676334635265
Binary10111001101010010101101011011111011011100110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954AD; }

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

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

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

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

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

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

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

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