#B755AE

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

Shades of Fuchsia #B755AE

Tints of Fuchsia #B755AE

Color information

#B755AE (or 0xB755AE) is unknown color: approx Fuchsia. HEX triplet: B7, 55 and AE. RGB value is (183,85,174). Sum of RGB (Red+Green+Blue) = 183+85+174=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B755AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B755AE is #48AA51. Grayscale: #7C7C7C. Windows color (decimal): -4762194 or 11425207. OLE color: 11425207.

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

Color convert

RGB18385174-
CMYK00.540.050.28
HSL305.51º40.5%52.55%-
HSV(B)305.51º53.55%71.76%-
XYZ30.4219.6242.23-
YUV124.45155.97169.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=41.40%
G=19.23%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838517400.540.050.28305.5140.552.55
HexB755AE03651C1322835
Octal2671252560665344625065
Binary10110111101010110101110011011010111100100110010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755AE; }

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

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

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

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

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

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

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

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