#B256C0

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

Shades of Fuchsia #B256C0

Tints of Fuchsia #B256C0

Color information

#B256C0 (or 0xB256C0) is unknown color: approx Fuchsia. HEX triplet: B2, 56 and C0. RGB value is (178,86,192). Sum of RGB (Red+Green+Blue) = 178+86+192=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #B256C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256C0 is #4DA93F. Grayscale: #7D7D7D. Windows color (decimal): -5089600 or 12605106. OLE color: 12605106.

HSL color Cylindrical-coordinate representation of color #B256C0: hue angle of 292.08º 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 #B256C0 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17886192-
CMYK0.070.5500.25
HSL292.08º45.69%54.51%-
HSV(B)292.08º55.21%75.29%-
XYZ31.219.9352.07-
YUV125.59165.48165.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 86 (33.98% from 255) = 18.86%
BLUE value IS 192 (75.39% from 255) = 42.11%
R=39.04%
G=18.86%
B=42.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178861920.070.5500.25292.0845.6954.51
HexB256C07370191242e37
Octal2621263007670314445667
Binary10110010101011011000000111110111011001100100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B256C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B256C0; }

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

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

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

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

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

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

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

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