#B745AB

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

Shades of Fuchsia #B745AB

Tints of Fuchsia #B745AB

Color information

#B745AB (or 0xB745AB) is unknown color: approx Fuchsia. HEX triplet: B7, 45 and AB. RGB value is (183,69,171). Sum of RGB (Red+Green+Blue) = 183+69+171=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B745AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B745AB is #48BA54. Grayscale: #727272. Windows color (decimal): -4766293 or 11224503. OLE color: 11224503.

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

Color convert

RGB18369171-
CMYK00.620.070.28
HSL306.32º45.24%49.41%-
HSV(B)306.32º62.3%71.76%-
XYZ29.0117.2640.33-
YUV114.71159.77176.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=43.26%
G=16.31%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836917100.620.070.28306.3245.2449.41
HexB745AB03E71C1322d31
Octal2671052530767344625561
Binary10110111100010110101011011111011111100100110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745AB; }

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

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

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

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

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

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

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

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