#B854B0

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

Shades of Fuchsia #B854B0

Tints of Fuchsia #B854B0

Color information

#B854B0 (or 0xB854B0) is unknown color: approx Fuchsia. HEX triplet: B8, 54 and B0. RGB value is (184,84,176). Sum of RGB (Red+Green+Blue) = 184+84+176=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B854B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B854B0 is #47AB4F. Grayscale: #7C7C7C. Windows color (decimal): -4696912 or 11556024. OLE color: 11556024.

HSL color Cylindrical-coordinate representation of color #B854B0: hue angle of 304.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B854B0 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18484176-
CMYK00.540.040.28
HSL304.8º41.32%52.55%-
HSV(B)304.8º54.35%72.16%-
XYZ30.7719.6743.25-
YUV124.39157.13170.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=41.44%
G=18.92%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848417600.540.040.28304.841.3252.55
HexB854B003641C1312935
Octal2701242600664344615165
Binary10111000101010010110000011011010011100100110001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B854B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B854B0; }

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

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

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

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

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

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

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

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