#B457BE

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

Shades of Fuchsia #B457BE

Tints of Fuchsia #B457BE

Color information

#B457BE (or 0xB457BE) is unknown color: approx Fuchsia. HEX triplet: B4, 57 and BE. RGB value is (180,87,190). Sum of RGB (Red+Green+Blue) = 180+87+190=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #B457BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B457BE is #4BA841. Grayscale: #7E7E7E. Windows color (decimal): -4958274 or 12474292. OLE color: 12474292.

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

Color convert

RGB18087190-
CMYK0.050.5400.25
HSL294.17º44.21%54.31%-
HSV(B)294.17º54.21%74.51%-
XYZ31.5220.2450.96-
YUV126.55163.81166.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 87 (34.38% from 255) = 19.04%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=39.39%
G=19.04%
B=41.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180871900.050.5400.25294.1744.2154.31
HexB457BE5360191262c36
Octal2641272765660314465466
Binary10110100101011110111110101110110011001100100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457BE; }

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

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

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

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

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

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

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

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