#B73CC2

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

Shades of Fuchsia #B73CC2

Tints of Fuchsia #B73CC2

Color information

#B73CC2 (or 0xB73CC2) is unknown color: approx Fuchsia. HEX triplet: B7, 3C and C2. RGB value is (183,60,194). Sum of RGB (Red+Green+Blue) = 183+60+194=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #B73CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CC2 is #48C33D. Grayscale: #6F6F6F. Windows color (decimal): -4768574 or 12729527. OLE color: 12729527.

HSL color Cylindrical-coordinate representation of color #B73CC2: hue angle of 295.07º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73CC2 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18360194-
CMYK0.060.6900.24
HSL295.07º52.76%49.8%-
HSV(B)295.07º69.07%76.08%-
XYZ30.8817.1952.73-
YUV112.05174.25178.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 60 (23.83% from 255) = 13.73%
BLUE value IS 194 (76.17% from 255) = 44.39%
R=41.88%
G=13.73%
B=44.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183601940.060.6900.24295.0752.7649.8
HexB73CC26450181273532
Octal2677430261050304476562
Binary10110111111100110000101101000101011000100100111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73CC2; }

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

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

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

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

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

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

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

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