#B74DAE

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

Shades of Fuchsia #B74DAE

Tints of Fuchsia #B74DAE

Color information

#B74DAE (or 0xB74DAE) is unknown color: approx Fuchsia. HEX triplet: B7, 4D and AE. RGB value is (183,77,174). Sum of RGB (Red+Green+Blue) = 183+77+174=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74DAE is #48B251. Grayscale: #777777. Windows color (decimal): -4764242 or 11423159. OLE color: 11423159.

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

Color convert

RGB18377174-
CMYK00.580.050.28
HSL305.09º42.4%50.98%-
HSV(B)305.09º57.92%71.76%-
XYZ29.8218.4342.03-
YUV119.75158.62173.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 77 (30.47% from 255) = 17.74%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=42.17%
G=17.74%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837717400.580.050.28305.0942.450.98
HexB74DAE03A51C1312a33
Octal2671152560725344615263
Binary10110111100110110101110011101010111100100110001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74DAE; }

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

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

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

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

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

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

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

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