#B73CA8

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

Shades of Fuchsia #B73CA8

Tints of Fuchsia #B73CA8

Color information

#B73CA8 (or 0xB73CA8) is unknown color: approx Fuchsia. HEX triplet: B7, 3C and A8. RGB value is (183,60,168). Sum of RGB (Red+Green+Blue) = 183+60+168=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73CA8 is #48C357. Grayscale: #6C6C6C. Windows color (decimal): -4768600 or 11025591. OLE color: 11025591.

HSL color Cylindrical-coordinate representation of color #B73CA8: hue angle of 307.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73CA8 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18360168-
CMYK00.670.080.28
HSL307.32º50.62%47.65%-
HSV(B)307.32º67.21%71.76%-
XYZ28.2116.1338.67-
YUV109.09161.25180.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 168 (66.02% from 255) = 40.88%
R=44.53%
G=14.60%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836016800.670.080.28307.3250.6247.65
HexB73CA804381C1333330
Octal26774250010310344636360
Binary101101111111001010100001000011100011100100110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73CA8; }

 p { color: rgb(183,60,168); }

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

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

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

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

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

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

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