#B649AD

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

Shades of Fuchsia #B649AD

Tints of Fuchsia #B649AD

Color information

#B649AD (or 0xB649AD) is unknown color: approx Fuchsia. HEX triplet: B6, 49 and AD. RGB value is (182,73,173). Sum of RGB (Red+Green+Blue) = 182+73+173=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B649AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B649AD is #49B652. Grayscale: #747474. Windows color (decimal): -4830803 or 11356598. OLE color: 11356598.

HSL color Cylindrical-coordinate representation of color #B649AD: hue angle of 304.95º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B649AD is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18273173-
CMYK00.600.050.29
HSL304.95º42.75%50%-
HSV(B)304.95º59.89%71.37%-
XYZ29.2217.7341.42-
YUV116.99159.61174.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=42.52%
G=17.06%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827317300.600.050.29304.9542.7550
HexB649AD03C51D1312b32
Octal2661112550745354615362
Binary10110110100100110101101011110010111101100110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649AD; }

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

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

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

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

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

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

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

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