#B855C1

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

Shades of Fuchsia #B855C1

Tints of Fuchsia #B855C1

Color information

#B855C1 (or 0xB855C1) is unknown color: approx Fuchsia. HEX triplet: B8, 55 and C1. RGB value is (184,85,193). Sum of RGB (Red+Green+Blue) = 184+85+193=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #B855C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855C1 is #47AA3E. Grayscale: #7E7E7E. Windows color (decimal): -4696639 or 12670392. OLE color: 12670392.

HSL color Cylindrical-coordinate representation of color #B855C1: hue angle of 295º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B855C1 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18485193-
CMYK0.050.5600.24
HSL295º46.55%54.51%-
HSV(B)295º55.96%75.69%-
XYZ32.6420.5452.7-
YUV126.91165.3168.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=39.83%
G=18.40%
B=41.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184851930.050.5600.2429546.5554.51
HexB855C15380181272f37
Octal2701253015700304475767
Binary10111000101010111000001101111000011000100100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855C1; }

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

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

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

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

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

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

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

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