#B732B0

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

Shades of Fuchsia #B732B0

Tints of Fuchsia #B732B0

Color information

#B732B0 (or 0xB732B0) is unknown color: approx Fuchsia. HEX triplet: B7, 32 and B0. RGB value is (183,50,176). Sum of RGB (Red+Green+Blue) = 183+50+176=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B732B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B732B0 is #48CD4F. Grayscale: #676767. Windows color (decimal): -4771152 or 11547319. OLE color: 11547319.

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

Color convert

RGB18350176-
CMYK00.730.040.28
HSL303.16º57.08%45.69%-
HSV(B)303.16º72.68%71.76%-
XYZ28.5115.4842.56-
YUV104.13168.56184.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 176 (69.14% from 255) = 43.03%
R=44.74%
G=12.22%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835017600.730.040.28303.1657.0845.69
HexB732B004941C12f392e
Octal2676226001114344577156
Binary10110111110010101100000100100110011100100101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B732B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B732B0; }

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

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

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

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

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

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

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

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