#B745A9

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

Shades of Fuchsia #B745A9

Tints of Fuchsia #B745A9

Color information

#B745A9 (or 0xB745A9) is unknown color: approx Fuchsia. HEX triplet: B7, 45 and A9. RGB value is (183,69,169). Sum of RGB (Red+Green+Blue) = 183+69+169=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B745A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B745A9 is #48BA56. Grayscale: #727272. Windows color (decimal): -4766295 or 11093431. OLE color: 11093431.

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

Color convert

RGB18369169-
CMYK00.620.080.28
HSL307.37º45.24%49.41%-
HSV(B)307.37º62.3%71.76%-
XYZ28.8217.1939.33-
YUV114.49158.77176.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 169 (66.41% from 255) = 40.14%
R=43.47%
G=16.39%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836916900.620.080.28307.3745.2449.41
HexB745A903E81C1332d31
Octal26710525107610344635561
Binary101101111000101101010010111110100011100100110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745A9; }

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

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

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

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

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

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

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

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