#B752AA

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

Shades of Fuchsia #B752AA

Tints of Fuchsia #B752AA

Color information

#B752AA (or 0xB752AA) is unknown color: approx Fuchsia. HEX triplet: B7, 52 and AA. RGB value is (183,82,170). Sum of RGB (Red+Green+Blue) = 183+82+170=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B752AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B752AA is #48AD55. Grayscale: #797979. Windows color (decimal): -4762966 or 11162295. OLE color: 11162295.

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

Color convert

RGB18382170-
CMYK00.550.070.28
HSL307.72º41.22%51.96%-
HSV(B)307.72º55.19%71.76%-
XYZ29.81940.13-
YUV122.23154.96171.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 82 (32.42% from 255) = 18.85%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=42.07%
G=18.85%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838217000.550.070.28307.7241.2251.96
HexB752AA03771C1342934
Octal2671222520677344645164
Binary10110111101001010101010011011111111100100110100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B752AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B752AA; }

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

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

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

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

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

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

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

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