#B461D1

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

Shades of Medium Orchid #B461D1

Tints of Medium Orchid #B461D1

Color information

#B461D1 (or 0xB461D1) is unknown color: approx Medium Orchid. HEX triplet: B4, 61 and D1. RGB value is (180,97,209). Sum of RGB (Red+Green+Blue) = 180+97+209=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #B461D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461D1 is #4B9E2E. Grayscale: #868686. Windows color (decimal): -4955695 or 13722036. OLE color: 13722036.

HSL color Cylindrical-coordinate representation of color #B461D1: hue angle of 284.46º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B461D1 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18097209-
CMYK0.140.5400.18
HSL284.46º54.9%60%-
HSV(B)284.46º53.59%81.96%-
XYZ34.6122.8662.91-
YUV134.58170160.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=37.04%
G=19.96%
B=43.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180972090.140.5400.18284.4654.960
HexB461D1E3601211c373c
Octal26414132116660224346774
Binary101101001100001110100011110110110010010100011100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461D1; }

 p { color: rgb(180,97,209); }

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

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

 a { background-color: rgb(180,97,209); }

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

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

 span { border-color: rgb(180,97,209); }

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