#B855B3

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

Shades of Fuchsia #B855B3

Tints of Fuchsia #B855B3

Color information

#B855B3 (or 0xB855B3) is unknown color: approx Fuchsia. HEX triplet: B8, 55 and B3. RGB value is (184,85,179). Sum of RGB (Red+Green+Blue) = 184+85+179=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B855B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855B3 is #47AA4C. Grayscale: #7D7D7D. Windows color (decimal): -4696653 or 11752888. OLE color: 11752888.

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

Color convert

RGB18485179-
CMYK00.540.030.28
HSL303.03º41.08%52.75%-
HSV(B)303.03º53.8%72.16%-
XYZ31.1519.9444.86-
YUV125.32158.3169.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 85 (33.59% from 255) = 18.97%
BLUE value IS 179 (70.31% from 255) = 39.96%
R=41.07%
G=18.97%
B=39.96%

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
Decimal1848517900.540.030.28303.0341.0852.75
HexB855B303631C12f2935
Octal2701252630663344575165
Binary1011100010101011011001101101101111100100101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855B3; }

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

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

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

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

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

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

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

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