#B845AA

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

Shades of Fuchsia #B845AA

Tints of Fuchsia #B845AA

Color information

#B845AA (or 0xB845AA) is unknown color: approx Fuchsia. HEX triplet: B8, 45 and AA. RGB value is (184,69,170). Sum of RGB (Red+Green+Blue) = 184+69+170=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B845AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B845AA is #47BA55. Grayscale: #727272. Windows color (decimal): -4700758 or 11158968. OLE color: 11158968.

HSL color Cylindrical-coordinate representation of color #B845AA: hue angle of 307.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B845AA is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18469170-
CMYK00.620.080.28
HSL307.3º45.45%49.61%-
HSV(B)307.3º62.5%72.16%-
XYZ29.1517.3539.84-
YUV114.9159.1177.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=43.50%
G=16.31%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846917000.620.080.28307.345.4549.61
HexB845AA03E81C1332d32
Octal27010525207610344635562
Binary101110001000101101010100111110100011100100110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B845AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B845AA; }

 p { color: rgb(184,69,170); }

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

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

 a { background-color: rgb(184,69,170); }

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

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

 span { border-color: rgb(184,69,170); }

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