#B854BB

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

Shades of Fuchsia #B854BB

Tints of Fuchsia #B854BB

Color information

#B854BB (or 0xB854BB) is unknown color: approx Fuchsia. HEX triplet: B8, 54 and BB. RGB value is (184,84,187). Sum of RGB (Red+Green+Blue) = 184+84+187=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #B854BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854BB is #47AB44. Grayscale: #7D7D7D. Windows color (decimal): -4696901 or 12276920. OLE color: 12276920.

HSL color Cylindrical-coordinate representation of color #B854BB: hue angle of 298.25º degrees, saturation: 0.43, 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 #B854BB is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18484187-
CMYK0.020.5500.27
HSL298.25º43.1%53.14%-
HSV(B)298.25º55.08%73.33%-
XYZ31.9120.1249.22-
YUV125.64162.63169.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 84 (33.20% from 255) = 18.46%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=40.44%
G=18.46%
B=41.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184841870.020.5500.27298.2543.153.14
HexB854BB23701B12a2b35
Octal2701242732670334525365
Binary1011100010101001011101110110111011011100101010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B854BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B854BB; }

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

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

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

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

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

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

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

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