#B855BA

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

Shades of Fuchsia #B855BA

Tints of Fuchsia #B855BA

Color information

#B855BA (or 0xB855BA) is unknown color: approx Fuchsia. HEX triplet: B8, 55 and BA. RGB value is (184,85,186). Sum of RGB (Red+Green+Blue) = 184+85+186=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B855BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855BA is #47AA45. Grayscale: #7D7D7D. Windows color (decimal): -4696646 or 12211640. OLE color: 12211640.

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

Color convert

RGB18485186-
CMYK0.010.5400.27
HSL298.81º42.26%53.14%-
HSV(B)298.81º54.3%72.94%-
XYZ31.8820.2348.68-
YUV126.12161.8169.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=40.44%
G=18.68%
B=40.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184851860.010.5400.27298.8142.2653.14
HexB855BA13601B12b2a35
Octal2701252721660334535265
Binary101110001010101101110101110110011011100101011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855BA; }

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

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

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

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

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

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

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

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