#B855BF

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

Shades of Fuchsia #B855BF

Tints of Fuchsia #B855BF

Color information

#B855BF (or 0xB855BF) is unknown color: approx Fuchsia. HEX triplet: B8, 55 and BF. RGB value is (184,85,191). Sum of RGB (Red+Green+Blue) = 184+85+191=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #B855BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855BF is #47AA40. Grayscale: #7E7E7E. Windows color (decimal): -4696641 or 12539320. OLE color: 12539320.

HSL color Cylindrical-coordinate representation of color #B855BF: hue angle of 296.04º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B855BF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18485191-
CMYK0.040.5500.25
HSL296.04º45.3%54.12%-
HSV(B)296.04º55.5%74.9%-
XYZ32.4220.4551.53-
YUV126.68164.3168.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 18.48%
BLUE value IS 191 (75% from 255) = 41.52%
R=40%
G=18.48%
B=41.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184851910.040.5500.25296.0445.354.12
HexB855BF4370191282d36
Octal2701252774670314505566
Binary10111000101010110111111100110111011001100101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855BF; }

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

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

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

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

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

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

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

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