#B732AA

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

Shades of Fuchsia #B732AA

Tints of Fuchsia #B732AA

Color information

#B732AA (or 0xB732AA) is unknown color: approx Fuchsia. HEX triplet: B7, 32 and AA. RGB value is (183,50,170). Sum of RGB (Red+Green+Blue) = 183+50+170=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B732AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B732AA is #48CD55. Grayscale: #676767. Windows color (decimal): -4771158 or 11154103. OLE color: 11154103.

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

Color convert

RGB18350170-
CMYK00.730.070.28
HSL305.86º57.08%45.69%-
HSV(B)305.86º72.68%71.76%-
XYZ27.9215.2539.5-
YUV103.45165.56184.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 50 (19.92% from 255) = 12.41%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=45.41%
G=12.41%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835017000.730.070.28305.8657.0845.69
HexB732AA04971C132392e
Octal2676225201117344627156
Binary10110111110010101010100100100111111100100110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B732AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B732AA; }

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

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

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

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

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

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

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

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