#B456C0

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

Shades of Fuchsia #B456C0

Tints of Fuchsia #B456C0

Color information

#B456C0 (or 0xB456C0) is unknown color: approx Fuchsia. HEX triplet: B4, 56 and C0. RGB value is (180,86,192). Sum of RGB (Red+Green+Blue) = 180+86+192=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #B456C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456C0 is #4BA93F. Grayscale: #7D7D7D. Windows color (decimal): -4958528 or 12605108. OLE color: 12605108.

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

Color convert

RGB18086192-
CMYK0.060.5500.25
HSL293.21º45.69%54.51%-
HSV(B)293.21º55.21%75.29%-
XYZ31.6620.1652.09-
YUV126.19165.14166.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 192 (75.39% from 255) = 41.92%
R=39.30%
G=18.78%
B=41.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180861920.060.5500.25293.2145.6954.51
HexB456C06370191252e37
Octal2641263006670314455667
Binary10110100101011011000000110110111011001100100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B456C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B456C0; }

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

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

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

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

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

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

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

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