#b46be9

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

Shades of Medium Orchid #B46BE9

Tints of Medium Orchid #B46BE9

Color information

#B46BE9 (or 0xB46BE9) is unknown color: approx Medium Orchid. HEX triplet: B4, 6B and E9. RGB value is (180,107,233). Sum of RGB (Red+Green+Blue) = 180+107+233=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #B46BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46BE9 is #4B9416. Grayscale: #8E8E8E. Windows color (decimal): -4953111 or 15297460. OLE color: 15297460.

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

Color convert

RGB180107233-
CMYK0.230.5400.09
HSL274.76º74.12%66.67%-
HSV(B)274.76º54.08%91.37%-
XYZ38.7926.180.08-
YUV143.19178.68154.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 233 (91.41% from 255) = 44.81%
R=34.62%
G=20.58%
B=44.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801072330.230.5400.09274.7674.1266.67
HexB46BE91736091134a43
Octal2641533512766011423112103
Binary10110100110101111101001101111101100100110001001110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46be9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46be9; }

 p { color: rgb(180,107,233); }

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

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

 a { background-color: rgb(180,107,233); }

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

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

 span { border-color: rgb(180,107,233); }

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