#B456AD

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

Shades of Fuchsia #B456AD

Tints of Fuchsia #B456AD

Color information

#B456AD (or 0xB456AD) is unknown color: approx Fuchsia. HEX triplet: B4, 56 and AD. RGB value is (180,86,173). Sum of RGB (Red+Green+Blue) = 180+86+173=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B456AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456AD is #4BA952. Grayscale: #7B7B7B. Windows color (decimal): -4958547 or 11359924. OLE color: 11359924.

HSL color Cylindrical-coordinate representation of color #B456AD: hue angle of 304.47º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B456AD is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18086173-
CMYK00.520.040.29
HSL304.47º38.52%52.16%-
HSV(B)304.47º52.22%70.59%-
XYZ29.6919.3841.71-
YUV124.02155.64167.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 86 (33.98% from 255) = 19.59%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=41.00%
G=19.59%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808617300.520.040.29304.4738.5252.16
HexB456AD03441D1302734
Octal2641262550644354604764
Binary10110100101011010101101011010010011101100110000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B456AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B456AD; }

 p { color: rgb(180,86,173); }

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

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

 a { background-color: rgb(180,86,173); }

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

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

 span { border-color: rgb(180,86,173); }

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