#B755AA

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

Shades of Fuchsia #B755AA

Tints of Fuchsia #B755AA

Color information

#B755AA (or 0xB755AA) is unknown color: approx Fuchsia. HEX triplet: B7, 55 and AA. RGB value is (183,85,170). Sum of RGB (Red+Green+Blue) = 183+85+170=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B755AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B755AA is #48AA55. Grayscale: #7B7B7B. Windows color (decimal): -4762198 or 11163063. OLE color: 11163063.

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

Color convert

RGB18385170-
CMYK00.540.070.28
HSL307.96º40.5%52.55%-
HSV(B)307.96º53.55%71.76%-
XYZ30.0319.4740.2-
YUV123.99153.97170.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.78%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=41.78%
G=19.41%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838517000.540.070.28307.9640.552.55
HexB755AA03671C1342835
Octal2671252520667344645065
Binary10110111101010110101010011011011111100100110100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755AA; }

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

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

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

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

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

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

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

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