#B855B7

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

Shades of Fuchsia #B855B7

Tints of Fuchsia #B855B7

Color information

#B855B7 (or 0xB855B7) is unknown color: approx Fuchsia. HEX triplet: B8, 55 and B7. RGB value is (184,85,183). Sum of RGB (Red+Green+Blue) = 184+85+183=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B855B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855B7 is #47AA48. Grayscale: #7D7D7D. Windows color (decimal): -4696649 or 12015032. OLE color: 12015032.

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

Color convert

RGB18485183-
CMYK00.540.010.28
HSL300.61º41.08%52.75%-
HSV(B)300.61º53.8%72.16%-
XYZ31.5620.1147.02-
YUV125.77160.3169.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 85 (33.59% from 255) = 18.81%
BLUE value IS 183 (71.88% from 255) = 40.49%
R=40.71%
G=18.81%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848518300.540.010.28300.6141.0852.75
HexB855B703611C12d2935
Octal2701252670661344555165
Binary101110001010101101101110110110111100100101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855B7; }

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

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

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

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

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

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

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

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