#B456D1

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

Shades of Medium Orchid #B456D1

Tints of Medium Orchid #B456D1

Color information

#B456D1 (or 0xB456D1) is unknown color: approx Medium Orchid. HEX triplet: B4, 56 and D1. RGB value is (180,86,209). Sum of RGB (Red+Green+Blue) = 180+86+209=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #B456D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456D1 is #4BA92E. Grayscale: #7F7F7F. Windows color (decimal): -4958511 or 13719220. OLE color: 13719220.

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

Color convert

RGB18086209-
CMYK0.140.5900.18
HSL285.85º57.21%57.84%-
HSV(B)285.85º58.85%81.96%-
XYZ33.6620.9662.59-
YUV128.13173.64165-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 209 (82.03% from 255) = 44%
R=37.89%
G=18.11%
B=44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180862090.140.5900.18285.8557.2157.84
HexB456D1E3B01211e393a
Octal26412632116730224367172
Binary101101001010110110100011110111011010010100011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B456D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B456D1; }

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

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

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

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

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

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

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

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