#B845AB

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

Shades of Fuchsia #B845AB

Tints of Fuchsia #B845AB

Color information

#B845AB (or 0xB845AB) is unknown color: approx Fuchsia. HEX triplet: B8, 45 and AB. RGB value is (184,69,171). Sum of RGB (Red+Green+Blue) = 184+69+171=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B845AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B845AB is #47BA54. Grayscale: #727272. Windows color (decimal): -4700757 or 11224504. OLE color: 11224504.

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

Color convert

RGB18469171-
CMYK00.620.070.28
HSL306.78º45.45%49.61%-
HSV(B)306.78º62.5%72.16%-
XYZ29.2517.3940.34-
YUV115.01159.6177.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=43.40%
G=16.27%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846917100.620.070.28306.7845.4549.61
HexB845AB03E71C1332d32
Octal2701052530767344635562
Binary10111000100010110101011011111011111100100110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B845AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B845AB; }

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

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

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

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

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

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

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

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