#B74EAB

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

Shades of Fuchsia #B74EAB

Tints of Fuchsia #B74EAB

Color information

#B74EAB (or 0xB74EAB) is unknown color: approx Fuchsia. HEX triplet: B7, 4E and AB. RGB value is (183,78,171). Sum of RGB (Red+Green+Blue) = 183+78+171=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B74EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74EAB is #48B154. Grayscale: #777777. Windows color (decimal): -4763989 or 11226807. OLE color: 11226807.

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

Color convert

RGB18378171-
CMYK00.570.070.28
HSL306.86º42.17%51.18%-
HSV(B)306.86º57.38%71.76%-
XYZ29.618.4640.53-
YUV120156.79172.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=42.36%
G=18.06%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837817100.570.070.28306.8642.1751.18
HexB74EAB03971C1332a33
Octal2671162530717344635263
Binary10110111100111010101011011100111111100100110011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74EAB; }

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

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

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

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

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

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

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

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