#B940EE

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

Shades of Medium Orchid #B940EE

Tints of Medium Orchid #B940EE

Color information

#B940EE (or 0xB940EE) is unknown color: approx Medium Orchid. HEX triplet: B9, 40 and EE. RGB value is (185,64,238). Sum of RGB (Red+Green+Blue) = 185+64+238=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #B940EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B940EE is #46BF11. Grayscale: #777777. Windows color (decimal): -4636434 or 15614137. OLE color: 15614137.

HSL color Cylindrical-coordinate representation of color #B940EE: hue angle of 281.72º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B940EE is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18564238-
CMYK0.220.7300.07
HSL281.72º83.65%59.22%-
HSV(B)281.72º73.11%93.33%-
XYZ37.2720.1582.81-
YUV120.02194.59174.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 64 (25.39% from 255) = 13.14%
BLUE value IS 238 (93.36% from 255) = 48.87%
R=37.99%
G=13.14%
B=48.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185642380.220.7300.07281.7283.6559.22
HexB940EE16490711a543b
Octal271100356261110743212473
Binary1011100110000001110111010110100100101111000110101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B940EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B940EE; }

 p { color: rgb(185,64,238); }

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

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

 a { background-color: rgb(185,64,238); }

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

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

 span { border-color: rgb(185,64,238); }

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