#B74DA8

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

Shades of Fuchsia #B74DA8

Tints of Fuchsia #B74DA8

Color information

#B74DA8 (or 0xB74DA8) is unknown color: approx Fuchsia. HEX triplet: B7, 4D and A8. RGB value is (183,77,168). Sum of RGB (Red+Green+Blue) = 183+77+168=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74DA8 is #48B257. Grayscale: #767676. Windows color (decimal): -4764248 or 11029943. OLE color: 11029943.

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

Color convert

RGB18377168-
CMYK00.580.080.28
HSL308.49º42.4%50.98%-
HSV(B)308.49º57.92%71.76%-
XYZ29.2518.239.02-
YUV119.07155.62173.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 77 (30.47% from 255) = 17.99%
BLUE value IS 168 (66.02% from 255) = 39.25%
R=42.76%
G=17.99%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837716800.580.080.28308.4942.450.98
HexB74DA803A81C1342a33
Octal26711525007210344645263
Binary101101111001101101010000111010100011100100110100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74DA8; }

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

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

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

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

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

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

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

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