#B74AAE

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

Shades of Fuchsia #B74AAE

Tints of Fuchsia #B74AAE

Color information

#B74AAE (or 0xB74AAE) is unknown color: approx Fuchsia. HEX triplet: B7, 4A and AE. RGB value is (183,74,174). Sum of RGB (Red+Green+Blue) = 183+74+174=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AAE is #48B551. Grayscale: #757575. Windows color (decimal): -4765010 or 11422391. OLE color: 11422391.

HSL color Cylindrical-coordinate representation of color #B74AAE: hue angle of 304.95º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74AAE is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18374174-
CMYK00.600.050.28
HSL304.95º43.08%50.39%-
HSV(B)304.95º59.56%71.76%-
XYZ29.6218.0241.96-
YUV117.99159.61174.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=42.46%
G=17.17%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837417400.600.050.28304.9543.0850.39
HexB74AAE03C51C1312b32
Octal2671122560745344615362
Binary10110111100101010101110011110010111100100110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74AAE; }

 p { color: rgb(183,74,174); }

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

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

 a { background-color: rgb(183,74,174); }

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

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

 span { border-color: rgb(183,74,174); }

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