#B756AA

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

Shades of Fuchsia #B756AA

Tints of Fuchsia #B756AA

Color information

#B756AA (or 0xB756AA) is unknown color: approx Fuchsia. HEX triplet: B7, 56 and AA. RGB value is (183,86,170). Sum of RGB (Red+Green+Blue) = 183+86+170=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B756AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B756AA is #48A955. Grayscale: #7C7C7C. Windows color (decimal): -4761942 or 11163319. OLE color: 11163319.

HSL color Cylindrical-coordinate representation of color #B756AA: hue angle of 308.04º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B756AA is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18386170-
CMYK00.530.070.28
HSL308.04º40.25%52.75%-
HSV(B)308.04º53.01%71.76%-
XYZ30.1119.6340.23-
YUV124.58153.64169.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 86 (33.98% from 255) = 19.59%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=41.69%
G=19.59%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838617000.530.070.28308.0440.2552.75
HexB756AA03571C1342835
Octal2671262520657344645065
Binary10110111101011010101010011010111111100100110100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B756AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B756AA; }

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

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

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

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

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

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

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

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