#B945AD

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

Shades of Fuchsia #B945AD

Tints of Fuchsia #B945AD

Color information

#B945AD (or 0xB945AD) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and AD. RGB value is (185,69,173). Sum of RGB (Red+Green+Blue) = 185+69+173=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B945AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945AD is #46BA52. Grayscale: #737373. Windows color (decimal): -4635219 or 11355577. OLE color: 11355577.

HSL color Cylindrical-coordinate representation of color #B945AD: hue angle of 306.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B945AD is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18569173-
CMYK00.630.060.27
HSL306.21º45.67%49.8%-
HSV(B)306.21º62.7%72.55%-
XYZ29.6817.5941.37-
YUV115.54160.43177.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=43.33%
G=16.16%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856917300.630.060.27306.2145.6749.8
HexB945AD03F61B1322e32
Octal2711052550776334625662
Binary10111001100010110101101011111111011011100110010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945AD; }

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

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

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

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

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

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

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

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