#B848AA

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

Shades of Fuchsia #B848AA

Tints of Fuchsia #B848AA

Color information

#B848AA (or 0xB848AA) is unknown color: approx Fuchsia. HEX triplet: B8, 48 and AA. RGB value is (184,72,170). Sum of RGB (Red+Green+Blue) = 184+72+170=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B848AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B848AA is #47B755. Grayscale: #747474. Windows color (decimal): -4699990 or 11159736. OLE color: 11159736.

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

Color convert

RGB18472170-
CMYK00.610.080.28
HSL307.5º44.09%50.2%-
HSV(B)307.5º60.87%72.16%-
XYZ29.3417.7339.91-
YUV116.66158.11176.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 72 (28.52% from 255) = 16.90%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=43.19%
G=16.90%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847217000.610.080.28307.544.0950.2
HexB848AA03D81C1342c32
Octal27011025207510344645462
Binary101110001001000101010100111101100011100100110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B848AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B848AA; }

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

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

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

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

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

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

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

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