#B73CB4

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

Shades of Fuchsia #B73CB4

Tints of Fuchsia #B73CB4

Color information

#B73CB4 (or 0xB73CB4) is unknown color: approx Fuchsia. HEX triplet: B7, 3C and B4. RGB value is (183,60,180). Sum of RGB (Red+Green+Blue) = 183+60+180=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CB4 is #48C34B. Grayscale: #6E6E6E. Windows color (decimal): -4768588 or 11812023. OLE color: 11812023.

HSL color Cylindrical-coordinate representation of color #B73CB4: hue angle of 301.46º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73CB4 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18360180-
CMYK00.670.020.28
HSL301.46º50.62%47.65%-
HSV(B)301.46º67.21%71.76%-
XYZ29.3816.5944.83-
YUV110.46167.25179.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 60 (23.83% from 255) = 14.18%
BLUE value IS 180 (70.70% from 255) = 42.55%
R=43.26%
G=14.18%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836018000.670.020.28301.4650.6247.65
HexB73CB404321C12d3330
Octal2677426401032344556360
Binary1011011111110010110100010000111011100100101101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73CB4; }

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

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

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

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

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

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

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

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