#B954B0

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

Shades of Fuchsia #B954B0

Tints of Fuchsia #B954B0

Color information

#B954B0 (or 0xB954B0) is unknown color: approx Fuchsia. HEX triplet: B9, 54 and B0. RGB value is (185,84,176). Sum of RGB (Red+Green+Blue) = 185+84+176=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B954B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954B0 is #46AB4F. Grayscale: #7C7C7C. Windows color (decimal): -4631376 or 11556025. OLE color: 11556025.

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

Color convert

RGB18584176-
CMYK00.550.050.27
HSL305.35º41.91%52.75%-
HSV(B)305.35º54.59%72.55%-
XYZ31.0119.7943.26-
YUV124.69156.96171.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=41.57%
G=18.88%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858417600.550.050.27305.3541.9152.75
HexB954B003751B1312a35
Octal2711242600675334615265
Binary10111001101010010110000011011110111011100110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954B0; }

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

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

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

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

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

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

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

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