#B74DAF

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

Shades of Fuchsia #B74DAF

Tints of Fuchsia #B74DAF

Color information

#B74DAF (or 0xB74DAF) is unknown color: approx Fuchsia. HEX triplet: B7, 4D and AF. RGB value is (183,77,175). Sum of RGB (Red+Green+Blue) = 183+77+175=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74DAF is #48B250. Grayscale: #777777. Windows color (decimal): -4764241 or 11488695. OLE color: 11488695.

HSL color Cylindrical-coordinate representation of color #B74DAF: hue angle of 304.53º 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 #B74DAF is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18377175-
CMYK00.580.040.28
HSL304.53º42.4%50.98%-
HSV(B)304.53º57.92%71.76%-
XYZ29.9218.4742.55-
YUV119.87159.12173.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=42.07%
G=17.70%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837717500.580.040.28304.5342.450.98
HexB74DAF03A41C1312a33
Octal2671152570724344615263
Binary10110111100110110101111011101010011100100110001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74DAF; }

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

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

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

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

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

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

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

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