#b85ed8

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

Shades of Medium Orchid #B85ED8

Tints of Medium Orchid #B85ED8

Color information

#B85ED8 (or 0xB85ED8) is unknown color: approx Medium Orchid. HEX triplet: B8, 5E and D8. RGB value is (184,94,216). Sum of RGB (Red+Green+Blue) = 184+94+216=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #B85ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ED8 is #47A127. Grayscale: #868686. Windows color (decimal): -4694312 or 14180024. OLE color: 14180024.

HSL color Cylindrical-coordinate representation of color #B85ED8: hue angle of 284.26º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85ED8 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18494216-
CMYK0.150.5600.15
HSL284.26º61%60.78%-
HSV(B)284.26º56.48%84.71%-
XYZ36.1623.1567.53-
YUV134.82173.82163.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 94 (37.11% from 255) = 19.03%
BLUE value IS 216 (84.77% from 255) = 43.72%
R=37.25%
G=19.03%
B=43.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184942160.150.5600.15284.266160.78
HexB85ED8F380F11c3d3d
Octal27013633017700174347575
Binary10111000101111011011000111111100001111100011100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85ed8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85ed8; }

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

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

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

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

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

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

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

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