#B94DE7

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

Shades of Medium Orchid #B94DE7

Tints of Medium Orchid #B94DE7

Color information

#B94DE7 (or 0xB94DE7) is unknown color: approx Medium Orchid. HEX triplet: B9, 4D and E7. RGB value is (185,77,231). Sum of RGB (Red+Green+Blue) = 185+77+231=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #B94DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94DE7 is #46B218. Grayscale: #7E7E7E. Windows color (decimal): -4633113 or 15158713. OLE color: 15158713.

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

Color convert

RGB18577231-
CMYK0.200.6700.09
HSL282.08º76.24%60.39%-
HSV(B)282.08º66.67%90.59%-
XYZ37.0921.3977.78-
YUV126.85186.78169.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 77 (30.47% from 255) = 15.62%
BLUE value IS 231 (90.62% from 255) = 46.86%
R=37.53%
G=15.62%
B=46.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal185772310.200.6700.09282.0876.2460.39
HexB94DE714430911a4c3c
Octal2711153472410301143211474
Binary10111001100110111100111101001000011010011000110101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DE7; }

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

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

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

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

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

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

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

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