#B854BA

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

Shades of Fuchsia #B854BA

Tints of Fuchsia #B854BA

Color information

#B854BA (or 0xB854BA) is unknown color: approx Fuchsia. HEX triplet: B8, 54 and BA. RGB value is (184,84,186). Sum of RGB (Red+Green+Blue) = 184+84+186=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #B854BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854BA is #47AB45. Grayscale: #7D7D7D. Windows color (decimal): -4696902 or 12211384. OLE color: 12211384.

HSL color Cylindrical-coordinate representation of color #B854BA: hue angle of 298.82º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B854BA is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18484186-
CMYK0.010.5500.27
HSL298.82º42.5%52.94%-
HSV(B)298.82º54.84%72.94%-
XYZ31.820.0848.65-
YUV125.53162.13169.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 84 (33.20% from 255) = 18.50%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=40.53%
G=18.50%
B=40.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184841860.010.5500.27298.8242.552.94
HexB854BA13701B12b2a35
Octal2701242721670334535265
Binary101110001010100101110101110111011011100101011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B854BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B854BA; }

 p { color: rgb(184,84,186); }

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

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

 a { background-color: rgb(184,84,186); }

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

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

 span { border-color: rgb(184,84,186); }

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