#B74EA9

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

Shades of Fuchsia #B74EA9

Tints of Fuchsia #B74EA9

Color information

#B74EA9 (or 0xB74EA9) is unknown color: approx Fuchsia. HEX triplet: B7, 4E and A9. RGB value is (183,78,169). Sum of RGB (Red+Green+Blue) = 183+78+169=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B74EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74EA9 is #48B156. Grayscale: #777777. Windows color (decimal): -4763991 or 11095735. OLE color: 11095735.

HSL color Cylindrical-coordinate representation of color #B74EA9: hue angle of 308º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74EA9 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18378169-
CMYK00.570.080.28
HSL308º42.17%51.18%-
HSV(B)308º57.38%71.76%-
XYZ29.4118.3839.53-
YUV119.77155.79173.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 78 (30.86% from 255) = 18.14%
BLUE value IS 169 (66.41% from 255) = 39.30%
R=42.56%
G=18.14%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837816900.570.080.2830842.1751.18
HexB74EA903981C1342a33
Octal26711625107110344645263
Binary101101111001110101010010111001100011100100110100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74EA9; }

 p { color: rgb(183,78,169); }

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

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

 a { background-color: rgb(183,78,169); }

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

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

 span { border-color: rgb(183,78,169); }

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