#B94EF1

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

Shades of Medium Orchid #B94EF1

Tints of Medium Orchid #B94EF1

Color information

#B94EF1 (or 0xB94EF1) is unknown color: approx Medium Orchid. HEX triplet: B9, 4E and F1. RGB value is (185,78,241). Sum of RGB (Red+Green+Blue) = 185+78+241=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #B94EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EF1 is #46B10E. Grayscale: #808080. Windows color (decimal): -4632847 or 15814329. OLE color: 15814329.

HSL color Cylindrical-coordinate representation of color #B94EF1: hue angle of 279.39º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B94EF1 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18578241-
CMYK0.230.6800.05
HSL279.39º85.34%62.55%-
HSV(B)279.39º67.63%94.51%-
XYZ38.6122.1185.45-
YUV128.57191.45168.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 78 (30.86% from 255) = 15.48%
BLUE value IS 241 (94.53% from 255) = 47.82%
R=36.71%
G=15.48%
B=47.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185782410.230.6800.05279.3985.3462.55
HexB94EF1174405117553f
Octal271116361271040542712577
Binary1011100110011101111000110111100010001011000101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94EF1; }

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

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

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

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

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

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

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

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