#B456B0

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

Shades of Fuchsia #B456B0

Tints of Fuchsia #B456B0

Color information

#B456B0 (or 0xB456B0) is unknown color: approx Fuchsia. HEX triplet: B4, 56 and B0. RGB value is (180,86,176). Sum of RGB (Red+Green+Blue) = 180+86+176=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B456B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456B0 is #4BA94F. Grayscale: #7C7C7C. Windows color (decimal): -4958544 or 11556532. OLE color: 11556532.

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

Color convert

RGB18086176-
CMYK00.520.020.29
HSL302.55º38.52%52.16%-
HSV(B)302.55º52.22%70.59%-
XYZ29.9919.4943.26-
YUV124.37157.14167.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 86 (33.98% from 255) = 19.46%
BLUE value IS 176 (69.14% from 255) = 39.82%
R=40.72%
G=19.46%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808617600.520.020.29302.5538.5252.16
HexB456B003421D12f2734
Octal2641262600642354574764
Binary1011010010101101011000001101001011101100101111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B456B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B456B0; }

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

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

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

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

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

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

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

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