#B94FEB

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

Shades of Medium Orchid #B94FEB

Tints of Medium Orchid #B94FEB

Color information

#B94FEB (or 0xB94FEB) is unknown color: approx Medium Orchid. HEX triplet: B9, 4F and EB. RGB value is (185,79,235). Sum of RGB (Red+Green+Blue) = 185+79+235=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #B94FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94FEB is #46B014. Grayscale: #7F7F7F. Windows color (decimal): -4632597 or 15421369. OLE color: 15421369.

HSL color Cylindrical-coordinate representation of color #B94FEB: hue angle of 280.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94FEB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18579235-
CMYK0.210.6600.08
HSL280.77º79.59%61.57%-
HSV(B)280.77º66.38%92.16%-
XYZ37.821.980.83-
YUV128.48188.12168.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 79 (31.25% from 255) = 15.83%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=37.07%
G=15.83%
B=47.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal185792350.210.6600.08280.7779.5961.57
HexB94FEB154208119503e
Octal2711173532510201043112076
Binary10111001100111111101011101011000010010001000110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94FEB; }

 p { color: rgb(185,79,235); }

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

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

 a { background-color: rgb(185,79,235); }

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

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

 span { border-color: rgb(185,79,235); }

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