#b73dc7

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

Shades of Fuchsia #B73DC7

Tints of Fuchsia #B73DC7

Color information

#B73DC7 (or 0xB73DC7) is unknown color: approx Fuchsia. HEX triplet: B7, 3D and C7. RGB value is (183,61,199). Sum of RGB (Red+Green+Blue) = 183+61+199=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #B73DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DC7 is #48C238. Grayscale: #707070. Windows color (decimal): -4768313 or 13057463. OLE color: 13057463.

HSL color Cylindrical-coordinate representation of color #B73DC7: hue angle of 293.04º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73DC7 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18361199-
CMYK0.080.6900.22
HSL293.04º55.2%50.98%-
HSV(B)293.04º69.35%78.04%-
XYZ31.5117.5355.76-
YUV113.21176.42177.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 61 (24.22% from 255) = 13.77%
BLUE value IS 199 (78.12% from 255) = 44.92%
R=41.31%
G=13.77%
B=44.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183611990.080.6900.22293.0455.250.98
HexB73DC78450161253733
Octal26775307101050264456763
Binary101101111111011100011110001000101010110100100101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73dc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73dc7; }

 p { color: rgb(183,61,199); }

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

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

 a { background-color: rgb(183,61,199); }

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

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

 span { border-color: rgb(183,61,199); }

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