#B254AD

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

Shades of Fuchsia #B254AD

Tints of Fuchsia #B254AD

Color information

#B254AD (or 0xB254AD) is unknown color: approx Fuchsia. HEX triplet: B2, 54 and AD. RGB value is (178,84,173). Sum of RGB (Red+Green+Blue) = 178+84+173=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B254AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B254AD is #4DAB52. Grayscale: #797979. Windows color (decimal): -5090131 or 11359410. OLE color: 11359410.

HSL color Cylindrical-coordinate representation of color #B254AD: hue angle of 303.19º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B254AD is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17884173-
CMYK00.530.030.30
HSL303.19º37.9%51.37%-
HSV(B)303.19º52.81%69.8%-
XYZ29.0718.8241.64-
YUV122.25156.64167.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=40.92%
G=19.31%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788417300.530.030.30303.1937.951.37
HexB254AD03531E12f2633
Octal2621242550653364574663
Binary1011001010101001010110101101011111110100101111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B254AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B254AD; }

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

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

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

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

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

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

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

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