#B73AAC

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

Shades of Fuchsia #B73AAC

Tints of Fuchsia #B73AAC

Color information

#B73AAC (or 0xB73AAC) is unknown color: approx Fuchsia. HEX triplet: B7, 3A and AC. RGB value is (183,58,172). Sum of RGB (Red+Green+Blue) = 183+58+172=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B73AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73AAC is #48C553. Grayscale: #6C6C6C. Windows color (decimal): -4769108 or 11287223. OLE color: 11287223.

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

Color convert

RGB18358172-
CMYK00.680.060.28
HSL305.28º51.87%47.25%-
HSV(B)305.28º68.31%71.76%-
XYZ28.4916.0740.63-
YUV108.37163.91181.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 58 (23.05% from 255) = 14.04%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=44.31%
G=14.04%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835817200.680.060.28305.2851.8747.25
HexB73AAC04461C131342f
Octal2677225401046344616457
Binary10110111111010101011000100010011011100100110001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73AAC; }

 p { color: rgb(183,58,172); }

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

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

 a { background-color: rgb(183,58,172); }

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

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

 span { border-color: rgb(183,58,172); }

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