#B74BA9

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

Shades of Fuchsia #B74BA9

Tints of Fuchsia #B74BA9

Color information

#B74BA9 (or 0xB74BA9) is unknown color: approx Fuchsia. HEX triplet: B7, 4B and A9. RGB value is (183,75,169). Sum of RGB (Red+Green+Blue) = 183+75+169=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BA9 is #48B456. Grayscale: #757575. Windows color (decimal): -4764759 or 11094967. OLE color: 11094967.

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

Color convert

RGB18375169-
CMYK00.590.080.28
HSL307.78º42.86%50.59%-
HSV(B)307.78º59.02%71.76%-
XYZ29.2117.9639.46-
YUV118.01156.78174.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=42.86%
G=17.56%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837516900.590.080.28307.7842.8650.59
HexB74BA903B81C1342b33
Octal26711325107310344645363
Binary101101111001011101010010111011100011100100110100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74BA9; }

 p { color: rgb(183,75,169); }

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

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

 a { background-color: rgb(183,75,169); }

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

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

 span { border-color: rgb(183,75,169); }

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