#B854B3

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

Shades of Fuchsia #B854B3

Tints of Fuchsia #B854B3

Color information

#B854B3 (or 0xB854B3) is unknown color: approx Fuchsia. HEX triplet: B8, 54 and B3. RGB value is (184,84,179). Sum of RGB (Red+Green+Blue) = 184+84+179=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B854B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854B3 is #47AB4C. Grayscale: #7C7C7C. Windows color (decimal): -4696909 or 11752632. OLE color: 11752632.

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

Color convert

RGB18484179-
CMYK00.540.030.28
HSL303º41.32%52.55%-
HSV(B)303º54.35%72.16%-
XYZ31.0719.7944.83-
YUV124.73158.63170.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 84 (33.20% from 255) = 18.79%
BLUE value IS 179 (70.31% from 255) = 40.04%
R=41.16%
G=18.79%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848417900.540.030.2830341.3252.55
HexB854B303631C12f2935
Octal2701242630663344575165
Binary1011100010101001011001101101101111100100101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B854B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B854B3; }

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

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

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

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

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

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

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

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