#B756C0

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

Shades of Fuchsia #B756C0

Tints of Fuchsia #B756C0

Color information

#B756C0 (or 0xB756C0) is unknown color: approx Fuchsia. HEX triplet: B7, 56 and C0. RGB value is (183,86,192). Sum of RGB (Red+Green+Blue) = 183+86+192=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #B756C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756C0 is #48A93F. Grayscale: #7E7E7E. Windows color (decimal): -4761920 or 12605111. OLE color: 12605111.

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

Color convert

RGB18386192-
CMYK0.050.5500.25
HSL294.91º45.69%54.51%-
HSV(B)294.91º55.21%75.29%-
XYZ32.3720.5352.13-
YUV127.09164.64167.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=39.70%
G=18.66%
B=41.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183861920.050.5500.25294.9145.6954.51
HexB756C05370191272e37
Octal2671263005670314475667
Binary10110111101011011000000101110111011001100100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B756C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B756C0; }

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

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

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

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

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

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

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

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