#B73EBA

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

Shades of Fuchsia #B73EBA

Tints of Fuchsia #B73EBA

Color information

#B73EBA (or 0xB73EBA) is unknown color: approx Fuchsia. HEX triplet: B7, 3E and BA. RGB value is (183,62,186). Sum of RGB (Red+Green+Blue) = 183+62+186=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #B73EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73EBA is #48C145. Grayscale: #6F6F6F. Windows color (decimal): -4768070 or 12205751. OLE color: 12205751.

HSL color Cylindrical-coordinate representation of color #B73EBA: hue angle of 298.55º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73EBA is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18362186-
CMYK0.020.6700.27
HSL298.55º50%48.63%-
HSV(B)298.55º66.67%72.94%-
XYZ30.1117.0648.16-
YUV112.32169.59178.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 62 (24.61% from 255) = 14.39%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=42.46%
G=14.39%
B=43.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183621860.020.6700.27298.555048.63
HexB73EBA24301B12b3231
Octal2677627221030334536261
Binary1011011111111010111010101000011011011100101011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73EBA; }

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

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

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

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

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

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

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

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