#B855C5

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

Shades of Fuchsia #B855C5

Tints of Fuchsia #B855C5

Color information

#B855C5 (or 0xB855C5) is unknown color: approx Fuchsia. HEX triplet: B8, 55 and C5. RGB value is (184,85,197). Sum of RGB (Red+Green+Blue) = 184+85+197=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #B855C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855C5 is #47AA3A. Grayscale: #7F7F7F. Windows color (decimal): -4696635 or 12932536. OLE color: 12932536.

HSL color Cylindrical-coordinate representation of color #B855C5: hue angle of 293.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B855C5 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18485197-
CMYK0.070.5700.23
HSL293.04º49.12%55.29%-
HSV(B)293.04º56.85%77.25%-
XYZ33.0920.7255.08-
YUV127.37167.3168.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=39.48%
G=18.24%
B=42.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184851970.070.5700.23293.0449.1255.29
HexB855C57390171253137
Octal2701253057710274456167
Binary10111000101010111000101111111001010111100100101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855C5; }

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

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

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

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

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

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

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

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