#B855B2

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

Shades of Fuchsia #B855B2

Tints of Fuchsia #B855B2

Color information

#B855B2 (or 0xB855B2) is unknown color: approx Fuchsia. HEX triplet: B8, 55 and B2. RGB value is (184,85,178). Sum of RGB (Red+Green+Blue) = 184+85+178=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B855B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855B2 is #47AA4D. Grayscale: #7C7C7C. Windows color (decimal): -4696654 or 11687352. OLE color: 11687352.

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

Color convert

RGB18485178-
CMYK00.540.030.28
HSL303.64º41.08%52.75%-
HSV(B)303.64º53.8%72.16%-
XYZ31.0519.944.32-
YUV125.2157.8169.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=41.16%
G=19.02%
B=39.82%

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
Decimal1848517800.540.030.28303.6441.0852.75
HexB855B203631C1302935
Octal2701252620663344605165
Binary1011100010101011011001001101101111100100110000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855B2; }

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

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

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

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

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

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

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

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