#B755B7

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

Shades of Fuchsia #B755B7

Tints of Fuchsia #B755B7

Color information

#B755B7 (or 0xB755B7) is unknown color: approx Fuchsia. HEX triplet: B7, 55 and B7. RGB value is (183,85,183). Sum of RGB (Red+Green+Blue) = 183+85+183=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B755B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755B7 is #48AA48. Grayscale: #7D7D7D. Windows color (decimal): -4762185 or 12015031. OLE color: 12015031.

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

Color convert

RGB18385183-
CMYK00.5400.28
HSL300º40.5%52.55%-
HSV(B)300º53.55%71.76%-
XYZ31.3219.9847.01-
YUV125.47160.47169.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 183 (71.88% from 255) = 40.58%
R=40.58%
G=18.85%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838518300.5400.2830040.552.55
HexB755B703601C12c2835
Octal2671252670660344545065
Binary101101111010101101101110110110011100100101100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755B7; }

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

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

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

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

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

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

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

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