#B73AC2

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

Shades of Fuchsia #B73AC2

Tints of Fuchsia #B73AC2

Color information

#B73AC2 (or 0xB73AC2) is unknown color: approx Fuchsia. HEX triplet: B7, 3A and C2. RGB value is (183,58,194). Sum of RGB (Red+Green+Blue) = 183+58+194=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #B73AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73AC2 is #48C53D. Grayscale: #6E6E6E. Windows color (decimal): -4769086 or 12729015. OLE color: 12729015.

HSL color Cylindrical-coordinate representation of color #B73AC2: hue angle of 295.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73AC2 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18358194-
CMYK0.060.7000.24
HSL295.15º53.97%49.41%-
HSV(B)295.15º70.1%76.08%-
XYZ30.7816.9952.7-
YUV110.88174.91179.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 58 (23.05% from 255) = 13.33%
BLUE value IS 194 (76.17% from 255) = 44.60%
R=42.07%
G=13.33%
B=44.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183581940.060.7000.24295.1553.9749.41
HexB73AC26460181273631
Octal2677230261060304476661
Binary10110111111010110000101101000110011000100100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73AC2; }

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

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

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

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

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

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

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

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