#B73EB6

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

Shades of Fuchsia #B73EB6

Tints of Fuchsia #B73EB6

Color information

#B73EB6 (or 0xB73EB6) is unknown color: approx Fuchsia. HEX triplet: B7, 3E and B6. RGB value is (183,62,182). Sum of RGB (Red+Green+Blue) = 183+62+182=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B73EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73EB6 is #48C149. Grayscale: #6F6F6F. Windows color (decimal): -4768074 or 11943607. OLE color: 11943607.

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

Color convert

RGB18362182-
CMYK00.660.010.28
HSL300.5º49.39%48.04%-
HSV(B)300.5º66.12%71.76%-
XYZ29.6916.8945.95-
YUV111.86167.59178.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 62 (24.61% from 255) = 14.52%
BLUE value IS 182 (71.48% from 255) = 42.62%
R=42.86%
G=14.52%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836218200.660.010.28300.549.3948.04
HexB73EB604211C12c3130
Octal2677626601021344546160
Binary101101111111101011011001000010111100100101100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73EB6; }

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

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

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

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

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

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

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

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