#B464D1

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

Shades of Medium Orchid #B464D1

Tints of Medium Orchid #B464D1

Color information

#B464D1 (or 0xB464D1) is unknown color: approx Medium Orchid. HEX triplet: B4, 64 and D1. RGB value is (180,100,209). Sum of RGB (Red+Green+Blue) = 180+100+209=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #B464D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464D1 is #4B9B2E. Grayscale: #878787. Windows color (decimal): -4954927 or 13722804. OLE color: 13722804.

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

Color convert

RGB180100209-
CMYK0.140.5200.18
HSL284.04º54.23%60.59%-
HSV(B)284.04º52.15%81.96%-
XYZ34.8923.4263-
YUV136.35169159.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=36.81%
G=20.45%
B=42.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801002090.140.5200.18284.0454.2360.59
HexB464D1E3401211c363d
Octal26414432116640224346675
Binary101101001100100110100011110110100010010100011100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464D1; }

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

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

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

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

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

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

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

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