#B85EBE

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

Shades of Fuchsia #B85EBE

Tints of Fuchsia #B85EBE

Color information

#B85EBE (or 0xB85EBE) is unknown color: approx Fuchsia. HEX triplet: B8, 5E and BE. RGB value is (184,94,190). Sum of RGB (Red+Green+Blue) = 184+94+190=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #B85EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EBE is #47A141. Grayscale: #838383. Windows color (decimal): -4694338 or 12476088. OLE color: 12476088.

HSL color Cylindrical-coordinate representation of color #B85EBE: hue angle of 296.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85EBE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18494190-
CMYK0.030.5100.25
HSL296.25º42.48%55.69%-
HSV(B)296.25º50.53%74.51%-
XYZ33.0621.9151.2-
YUV131.85160.82165.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=39.32%
G=20.09%
B=40.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184941900.030.5100.25296.2542.4855.69
HexB85EBE3330191282a38
Octal2701362763630314505270
Binary1011100010111101011111011110011011001100101000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EBE; }

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

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

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

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

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

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

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

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