#B85EC3

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

Shades of Fuchsia #B85EC3

Tints of Fuchsia #B85EC3

Color information

#B85EC3 (or 0xB85EC3) is unknown color: approx Fuchsia. HEX triplet: B8, 5E and C3. RGB value is (184,94,195). Sum of RGB (Red+Green+Blue) = 184+94+195=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #B85EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EC3 is #47A13C. Grayscale: #848484. Windows color (decimal): -4694333 or 12803768. OLE color: 12803768.

HSL color Cylindrical-coordinate representation of color #B85EC3: hue angle of 293.47º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85EC3 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18494195-
CMYK0.060.5200.24
HSL293.47º45.7%56.67%-
HSV(B)293.47º51.79%76.47%-
XYZ33.6222.1454.13-
YUV132.42163.32164.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=38.90%
G=19.87%
B=41.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184941950.060.5200.24293.4745.756.67
HexB85EC36340181252e39
Octal2701363036640304455671
Binary10111000101111011000011110110100011000100100101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EC3; }

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

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

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

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

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

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

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

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