#B855B4

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

Shades of Fuchsia #B855B4

Tints of Fuchsia #B855B4

Color information

#B855B4 (or 0xB855B4) is unknown color: approx Fuchsia. HEX triplet: B8, 55 and B4. RGB value is (184,85,180). Sum of RGB (Red+Green+Blue) = 184+85+180=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B855B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855B4 is #47AA4B. Grayscale: #7D7D7D. Windows color (decimal): -4696652 or 11818424. OLE color: 11818424.

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

Color convert

RGB18485180-
CMYK00.540.020.28
HSL302.42º41.08%52.75%-
HSV(B)302.42º53.8%72.16%-
XYZ31.2519.9845.39-
YUV125.43158.8169.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=40.98%
G=18.93%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848518000.540.020.28302.4241.0852.75
HexB855B403621C12e2935
Octal2701252640662344565165
Binary1011100010101011011010001101101011100100101110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855B4; }

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

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

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

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

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

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

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

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