#B745AD

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

Shades of Fuchsia #B745AD

Tints of Fuchsia #B745AD

Color information

#B745AD (or 0xB745AD) is unknown color: approx Fuchsia. HEX triplet: B7, 45 and AD. RGB value is (183,69,173). Sum of RGB (Red+Green+Blue) = 183+69+173=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B745AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B745AD is #48BA52. Grayscale: #727272. Windows color (decimal): -4766291 or 11355575. OLE color: 11355575.

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

Color convert

RGB18369173-
CMYK00.620.050.28
HSL305.26º45.24%49.41%-
HSV(B)305.26º62.3%71.76%-
XYZ29.217.3441.34-
YUV114.94160.77176.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=43.06%
G=16.24%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836917300.620.050.28305.2645.2449.41
HexB745AD03E51C1312d31
Octal2671052550765344615561
Binary10110111100010110101101011111010111100100110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745AD; }

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

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

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

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

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

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

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

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