#B749AD

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

Shades of Fuchsia #B749AD

Tints of Fuchsia #B749AD

Color information

#B749AD (or 0xB749AD) is unknown color: approx Fuchsia. HEX triplet: B7, 49 and AD. RGB value is (183,73,173). Sum of RGB (Red+Green+Blue) = 183+73+173=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B749AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749AD is #48B652. Grayscale: #757575. Windows color (decimal): -4765267 or 11356599. OLE color: 11356599.

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

Color convert

RGB18373173-
CMYK00.600.050.28
HSL305.45º43.31%50.2%-
HSV(B)305.45º60.11%71.76%-
XYZ29.4517.8541.43-
YUV117.29159.44174.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 73 (28.91% from 255) = 17.02%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=42.66%
G=17.02%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837317300.600.050.28305.4543.3150.2
HexB749AD03C51C1312b32
Octal2671112550745344615362
Binary10110111100100110101101011110010111100100110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B749AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B749AD; }

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

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

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

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

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

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

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

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