#B94ED1

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

Shades of Medium Orchid #B94ED1

Tints of Medium Orchid #B94ED1

Color information

#B94ED1 (or 0xB94ED1) is unknown color: approx Medium Orchid. HEX triplet: B9, 4E and D1. RGB value is (185,78,209). Sum of RGB (Red+Green+Blue) = 185+78+209=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #B94ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94ED1 is #46B12E. Grayscale: #7C7C7C. Windows color (decimal): -4632879 or 13717177. OLE color: 13717177.

HSL color Cylindrical-coordinate representation of color #B94ED1: hue angle of 289.01º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94ED1 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18578209-
CMYK0.110.6300.18
HSL289.01º58.74%56.27%-
HSV(B)289.01º62.68%81.96%-
XYZ34.2420.3762.45-
YUV124.93175.45170.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 78 (30.86% from 255) = 16.53%
BLUE value IS 209 (82.03% from 255) = 44.28%
R=39.19%
G=16.53%
B=44.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185782090.110.6300.18289.0158.7456.27
HexB94ED1B3F0121213b38
Octal27111632113770224417370
Binary101110011001110110100011011111111010010100100001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94ED1; }

 p { color: rgb(185,78,209); }

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

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

 a { background-color: rgb(185,78,209); }

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

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

 span { border-color: rgb(185,78,209); }

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