#B46EE7

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

Shades of Medium Orchid #B46EE7

Tints of Medium Orchid #B46EE7

Color information

#B46EE7 (or 0xB46EE7) is unknown color: approx Medium Orchid. HEX triplet: B4, 6E and E7. RGB value is (180,110,231). Sum of RGB (Red+Green+Blue) = 180+110+231=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #B46EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46EE7 is #4B9118. Grayscale: #909090. Windows color (decimal): -4952345 or 15167156. OLE color: 15167156.

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

Color convert

RGB180110231-
CMYK0.220.5200.09
HSL274.71º71.6%66.86%-
HSV(B)274.71º52.38%90.59%-
XYZ38.8226.6278.69-
YUV144.72176.69153.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 110 (43.36% from 255) = 21.11%
BLUE value IS 231 (90.62% from 255) = 44.34%
R=34.55%
G=21.11%
B=44.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801102310.220.5200.09274.7171.666.86
HexB46EE71634091134843
Octal2641563472664011423110103
Binary10110100110111011100111101101101000100110001001110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EE7; }

 p { color: rgb(180,110,231); }

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

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

 a { background-color: rgb(180,110,231); }

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

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

 span { border-color: rgb(180,110,231); }

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