#B457BF

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

Shades of Fuchsia #B457BF

Tints of Fuchsia #B457BF

Color information

#B457BF (or 0xB457BF) is unknown color: approx Fuchsia. HEX triplet: B4, 57 and BF. RGB value is (180,87,191). Sum of RGB (Red+Green+Blue) = 180+87+191=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #B457BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B457BF is #4BA840. Grayscale: #7E7E7E. Windows color (decimal): -4958273 or 12539828. OLE color: 12539828.

HSL color Cylindrical-coordinate representation of color #B457BF: hue angle of 293.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B457BF is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18087191-
CMYK0.060.5400.25
HSL293.65º44.83%54.51%-
HSV(B)293.65º54.45%74.9%-
XYZ31.6320.2851.54-
YUV126.66164.31166.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 191 (75% from 255) = 41.70%
R=39.30%
G=19.00%
B=41.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180871910.060.5400.25293.6544.8354.51
HexB457BF6360191262d37
Octal2641272776660314465567
Binary10110100101011110111111110110110011001100100110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457BF; }

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

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

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

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

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

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

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

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