#B73CB6

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

Shades of Fuchsia #B73CB6

Tints of Fuchsia #B73CB6

Color information

#B73CB6 (or 0xB73CB6) is unknown color: approx Fuchsia. HEX triplet: B7, 3C and B6. RGB value is (183,60,182). Sum of RGB (Red+Green+Blue) = 183+60+182=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CB6 is #48C349. Grayscale: #6E6E6E. Windows color (decimal): -4768586 or 11943095. OLE color: 11943095.

HSL color Cylindrical-coordinate representation of color #B73CB6: hue angle of 300.49º 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 #B73CB6 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18360182-
CMYK00.670.010.28
HSL300.49º50.62%47.65%-
HSV(B)300.49º67.21%71.76%-
XYZ29.5916.6845.92-
YUV110.68168.25179.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 60 (23.83% from 255) = 14.12%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=43.06%
G=14.12%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836018200.670.010.28300.4950.6247.65
HexB73CB604311C12c3330
Octal2677426601031344546360
Binary101101111111001011011001000011111100100101100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73CB6; }

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

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

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

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

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

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

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

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