#B73ABE

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

Shades of Fuchsia #B73ABE

Tints of Fuchsia #B73ABE

Color information

#B73ABE (or 0xB73ABE) is unknown color: approx Fuchsia. HEX triplet: B7, 3A and BE. RGB value is (183,58,190). Sum of RGB (Red+Green+Blue) = 183+58+190=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #B73ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ABE is #48C541. Grayscale: #6E6E6E. Windows color (decimal): -4769090 or 12466871. OLE color: 12466871.

HSL color Cylindrical-coordinate representation of color #B73ABE: hue angle of 296.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73ABE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18358190-
CMYK0.040.6900.25
HSL296.82º53.23%48.63%-
HSV(B)296.82º69.47%74.51%-
XYZ30.3416.8150.36-
YUV110.42172.91179.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=42.46%
G=13.46%
B=44.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183581900.040.6900.25296.8253.2348.63
HexB73ABE4450191293531
Octal2677227641050314516561
Binary10110111111010101111101001000101011001100101001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73ABE; }

 p { color: rgb(183,58,190); }

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

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

 a { background-color: rgb(183,58,190); }

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

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

 span { border-color: rgb(183,58,190); }

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