#B755A8

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

Shades of Fuchsia #B755A8

Tints of Fuchsia #B755A8

Color information

#B755A8 (or 0xB755A8) is unknown color: approx Fuchsia. HEX triplet: B7, 55 and A8. RGB value is (183,85,168). Sum of RGB (Red+Green+Blue) = 183+85+168=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B755A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B755A8 is #48AA57. Grayscale: #7B7B7B. Windows color (decimal): -4762200 or 11031991. OLE color: 11031991.

HSL color Cylindrical-coordinate representation of color #B755A8: hue angle of 309.18º 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 #B755A8 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18385168-
CMYK00.540.080.28
HSL309.18º40.5%52.55%-
HSV(B)309.18º53.55%71.76%-
XYZ29.8419.3939.22-
YUV123.76152.97170.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 168 (66.02% from 255) = 38.53%
R=41.97%
G=19.50%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838516800.540.080.28309.1840.552.55
HexB755A803681C1352835
Octal26712525006610344655065
Binary101101111010101101010000110110100011100100110101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755A8; }

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

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

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

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

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

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

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

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