#B74AA4

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

Shades of Fuchsia #B74AA4

Tints of Fuchsia #B74AA4

Color information

#B74AA4 (or 0xB74AA4) is unknown color: approx Fuchsia. HEX triplet: B7, 4A and A4. RGB value is (183,74,164). Sum of RGB (Red+Green+Blue) = 183+74+164=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AA4 is #48B55B. Grayscale: #747474. Windows color (decimal): -4765020 or 10767031. OLE color: 10767031.

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

Color convert

RGB18374164-
CMYK00.600.100.28
HSL310.46º43.08%50.39%-
HSV(B)310.46º59.56%71.76%-
XYZ28.6817.6537.02-
YUV116.85154.61175.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 74 (29.30% from 255) = 17.58%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=43.47%
G=17.58%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837416400.600.100.28310.4643.0850.39
HexB74AA403CA1C1362b32
Octal26711224407412344665362
Binary101101111001010101001000111100101011100100110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74AA4; }

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

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

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

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

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

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

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

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