#B94EE7

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

Shades of Medium Orchid #B94EE7

Tints of Medium Orchid #B94EE7

Color information

#B94EE7 (or 0xB94EE7) is unknown color: approx Medium Orchid. HEX triplet: B9, 4E and E7. RGB value is (185,78,231). Sum of RGB (Red+Green+Blue) = 185+78+231=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #B94EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EE7 is #46B118. Grayscale: #7E7E7E. Windows color (decimal): -4632857 or 15158969. OLE color: 15158969.

HSL color Cylindrical-coordinate representation of color #B94EE7: hue angle of 281.96º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94EE7 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18578231-
CMYK0.200.6600.09
HSL281.96º76.12%60.59%-
HSV(B)281.96º66.23%90.59%-
XYZ37.1621.5377.8-
YUV127.44186.45169.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 78 (30.86% from 255) = 15.79%
BLUE value IS 231 (90.62% from 255) = 46.76%
R=37.45%
G=15.79%
B=46.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal185782310.200.6600.09281.9676.1260.59
HexB94EE714420911a4c3d
Octal2711163472410201143211475
Binary10111001100111011100111101001000010010011000110101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94EE7; }

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

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

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

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

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

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

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

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