#B458B4

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

Shades of Fuchsia #B458B4

Tints of Fuchsia #B458B4

Color information

#B458B4 (or 0xB458B4) is unknown color: approx Fuchsia. HEX triplet: B4, 58 and B4. RGB value is (180,88,180). Sum of RGB (Red+Green+Blue) = 180+88+180=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B458B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458B4 is #4BA74B. Grayscale: #7D7D7D. Windows color (decimal): -4958028 or 11819188. OLE color: 11819188.

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

Color convert

RGB18088180-
CMYK00.5100.29
HSL300º38.02%52.55%-
HSV(B)300º51.11%70.59%-
XYZ30.5519.9845.43-
YUV126158.48166.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 88 (34.77% from 255) = 19.64%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=40.18%
G=19.64%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808818000.5100.2930038.0252.55
HexB458B403301D12c2635
Octal2641302640630354544665
Binary101101001011000101101000110011011101100101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458B4; }

 p { color: rgb(180,88,180); }

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

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

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

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

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

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

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