#B94EFE

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

Shades of Medium Orchid #B94EFE

Tints of Medium Orchid #B94EFE

Color information

#B94EFE (or 0xB94EFE) is unknown color: approx Medium Orchid. HEX triplet: B9, 4E and FE. RGB value is (185,78,254). Sum of RGB (Red+Green+Blue) = 185+78+254=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #B94EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EFE is #46B101. Grayscale: #818181. Windows color (decimal): -4632834 or 16666297. OLE color: 16666297.

HSL color Cylindrical-coordinate representation of color #B94EFE: hue angle of 276.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94EFE is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18578254-
CMYK0.270.6900.00
HSL276.48º98.88%65.1%-
HSV(B)276.48º69.29%99.61%-
XYZ40.6222.9296.05-
YUV130.06197.95167.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 78 (30.86% from 255) = 15.09%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=35.78%
G=15.09%
B=49.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal185782540.270.6900.00276.4898.8865.1
HexB94EFE1B45001146341
Octal2711163763310500424143101
Binary101110011001110111111101101110001010010001010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94EFE; }

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

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

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

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

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

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

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

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