#B73CB9

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

Shades of Fuchsia #B73CB9

Tints of Fuchsia #B73CB9

Color information

#B73CB9 (or 0xB73CB9) is unknown color: approx Fuchsia. HEX triplet: B7, 3C and B9. RGB value is (183,60,185). Sum of RGB (Red+Green+Blue) = 183+60+185=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #B73CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CB9 is #48C346. Grayscale: #6E6E6E. Windows color (decimal): -4768583 or 12139703. OLE color: 12139703.

HSL color Cylindrical-coordinate representation of color #B73CB9: hue angle of 299.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73CB9 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18360185-
CMYK0.010.6800.27
HSL299.04º51.02%48.04%-
HSV(B)299.04º67.57%72.55%-
XYZ29.916.847.57-
YUV111.03169.75179.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 60 (23.83% from 255) = 14.02%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=42.76%
G=14.02%
B=43.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183601850.010.6800.27299.0451.0248.04
HexB73CB914401B12b3330
Octal2677427111040334536360
Binary101101111111001011100111000100011011100101011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73CB9; }

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

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

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

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

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

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

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

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