#B56DE0

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

Shades of Medium Orchid #B56DE0

Tints of Medium Orchid #B56DE0

Color information

#B56DE0 (or 0xB56DE0) is unknown color: approx Medium Orchid. HEX triplet: B5, 6D and E0. RGB value is (181,109,224). Sum of RGB (Red+Green+Blue) = 181+109+224=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #B56DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DE0 is #4A921F. Grayscale: #8F8F8F. Windows color (decimal): -4887072 or 14708149. OLE color: 14708149.

HSL color Cylindrical-coordinate representation of color #B56DE0: hue angle of 277.57º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56DE0 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB181109224-
CMYK0.190.5100.12
HSL277.57º64.97%65.29%-
HSV(B)277.57º51.34%87.84%-
XYZ37.9826.1473.57-
YUV143.64173.35154.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 109 (42.97% from 255) = 21.21%
BLUE value IS 224 (87.89% from 255) = 43.58%
R=35.21%
G=21.21%
B=43.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811092240.190.5100.12277.5764.9765.29
HexB56DE013330C1164141
Octal2651553402363014426101101
Binary10110101110110111100000100111100110110010001011010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DE0; }

 p { color: rgb(181,109,224); }

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

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

 a { background-color: rgb(181,109,224); }

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

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

 span { border-color: rgb(181,109,224); }

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