#B457AD

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

Shades of Fuchsia #B457AD

Tints of Fuchsia #B457AD

Color information

#B457AD (or 0xB457AD) is unknown color: approx Fuchsia. HEX triplet: B4, 57 and AD. RGB value is (180,87,173). Sum of RGB (Red+Green+Blue) = 180+87+173=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B457AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B457AD is #4BA852. Grayscale: #7C7C7C. Windows color (decimal): -4958291 or 11360180. OLE color: 11360180.

HSL color Cylindrical-coordinate representation of color #B457AD: hue angle of 304.52º degrees, saturation: 0.38, 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 #B457AD is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18087173-
CMYK00.520.040.29
HSL304.52º38.27%52.35%-
HSV(B)304.52º51.67%70.59%-
XYZ29.7719.5441.74-
YUV124.61155.31167.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 87 (34.38% from 255) = 19.77%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=40.91%
G=19.77%
B=39.32%

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
Decimal1808717300.520.040.29304.5238.2752.35
HexB457AD03441D1312634
Octal2641272550644354614664
Binary10110100101011110101101011010010011101100110001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457AD; }

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

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

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

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

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

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

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

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