#B945A7

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

Shades of Fuchsia #B945A7

Tints of Fuchsia #B945A7

Color information

#B945A7 (or 0xB945A7) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and A7. RGB value is (185,69,167). Sum of RGB (Red+Green+Blue) = 185+69+167=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B945A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945A7 is #46BA58. Grayscale: #727272. Windows color (decimal): -4635225 or 10962361. OLE color: 10962361.

HSL color Cylindrical-coordinate representation of color #B945A7: hue angle of 309.31º 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 #B945A7 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18569167-
CMYK00.630.100.27
HSL309.31º45.67%49.8%-
HSV(B)309.31º62.7%72.55%-
XYZ29.1117.3638.38-
YUV114.86157.43178.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 167 (65.62% from 255) = 39.67%
R=43.94%
G=16.39%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856916700.630.100.27309.3145.6749.8
HexB945A703FA1B1352e32
Octal27110524707712334655662
Binary101110011000101101001110111111101011011100110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945A7; }

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

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

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

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

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

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

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

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