#B85EC1

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

Shades of Fuchsia #B85EC1

Tints of Fuchsia #B85EC1

Color information

#B85EC1 (or 0xB85EC1) is unknown color: approx Fuchsia. HEX triplet: B8, 5E and C1. RGB value is (184,94,193). Sum of RGB (Red+Green+Blue) = 184+94+193=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #B85EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EC1 is #47A13E. Grayscale: #838383. Windows color (decimal): -4694335 or 12672696. OLE color: 12672696.

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

Color convert

RGB18494193-
CMYK0.050.5100.24
HSL294.55º44.39%56.27%-
HSV(B)294.55º51.3%75.69%-
XYZ33.422.0552.95-
YUV132.2162.32164.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 94 (37.11% from 255) = 19.96%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=39.07%
G=19.96%
B=40.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184941930.050.5100.24294.5544.3956.27
HexB85EC15330181272c38
Octal2701363015630304475470
Binary10111000101111011000001101110011011000100100111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EC1; }

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

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

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

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

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

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

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

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