#B46EC1

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

Shades of Medium Orchid #B46EC1

Tints of Medium Orchid #B46EC1

Color information

#B46EC1 (or 0xB46EC1) is unknown color: approx Medium Orchid. HEX triplet: B4, 6E and C1. RGB value is (180,110,193). Sum of RGB (Red+Green+Blue) = 180+110+193=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #B46EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EC1 is #4B913E. Grayscale: #8C8C8C. Windows color (decimal): -4952383 or 12676788. OLE color: 12676788.

HSL color Cylindrical-coordinate representation of color #B46EC1: hue angle of 290.6º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46EC1 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180110193-
CMYK0.070.4300.24
HSL290.6º40.1%59.41%-
HSV(B)290.6º43.01%75.69%-
XYZ34.0224.7153.43-
YUV140.39157.69156.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=37.27%
G=22.77%
B=39.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801101930.070.4300.24290.640.159.41
HexB46EC172B018123283b
Octal2641563017530304435073
Binary10110100110111011000001111101011011000100100011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EC1; }

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

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

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

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

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

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

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

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