#B73EB5

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

Shades of Fuchsia #B73EB5

Tints of Fuchsia #B73EB5

Color information

#B73EB5 (or 0xB73EB5) is unknown color: approx Fuchsia. HEX triplet: B7, 3E and B5. RGB value is (183,62,181). Sum of RGB (Red+Green+Blue) = 183+62+181=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B73EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73EB5 is #48C14A. Grayscale: #6F6F6F. Windows color (decimal): -4768075 or 11878071. OLE color: 11878071.

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

Color convert

RGB18362181-
CMYK00.660.010.28
HSL300.99º49.39%48.04%-
HSV(B)300.99º66.12%71.76%-
XYZ29.5916.8545.41-
YUV111.74167.09178.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 62 (24.61% from 255) = 14.55%
BLUE value IS 181 (71.09% from 255) = 42.49%
R=42.96%
G=14.55%
B=42.49%

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
Decimal1836218100.660.010.28300.9949.3948.04
HexB73EB504211C12d3130
Octal2677626501021344556160
Binary101101111111101011010101000010111100100101101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73EB5; }

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

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

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

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

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

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

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

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