#B46ED5

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

Shades of Medium Orchid #B46ED5

Tints of Medium Orchid #B46ED5

Color information

#B46ED5 (or 0xB46ED5) is unknown color: approx Medium Orchid. HEX triplet: B4, 6E and D5. RGB value is (180,110,213). Sum of RGB (Red+Green+Blue) = 180+110+213=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #B46ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ED5 is #4B912A. Grayscale: #8E8E8E. Windows color (decimal): -4952363 or 13987508. OLE color: 13987508.

HSL color Cylindrical-coordinate representation of color #B46ED5: hue angle of 280.78º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B46ED5 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180110213-
CMYK0.150.4800.16
HSL280.78º55.08%63.33%-
HSV(B)280.78º48.36%83.53%-
XYZ36.4125.6665.98-
YUV142.67167.69154.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 110 (43.36% from 255) = 21.87%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=35.79%
G=21.87%
B=42.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801102130.150.4800.16280.7855.0863.33
HexB46ED5F30010119373f
Octal26415632517600204316777
Binary101101001101110110101011111110000010000100011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46ED5; }

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

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

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

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

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

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

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

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