#B56DDA

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

Shades of Medium Orchid #B56DDA

Tints of Medium Orchid #B56DDA

Color information

#B56DDA (or 0xB56DDA) is unknown color: approx Medium Orchid. HEX triplet: B5, 6D and DA. RGB value is (181,109,218). Sum of RGB (Red+Green+Blue) = 181+109+218=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #B56DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DDA is #4A9225. Grayscale: #8E8E8E. Windows color (decimal): -4887078 or 14314933. OLE color: 14314933.

HSL color Cylindrical-coordinate representation of color #B56DDA: hue angle of 279.63º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56DDA is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181109218-
CMYK0.170.500.15
HSL279.63º59.56%64.12%-
HSV(B)279.63º50%85.49%-
XYZ37.1825.8269.35-
YUV142.95170.35155.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 218 (85.55% from 255) = 42.91%
R=35.63%
G=21.46%
B=42.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811092180.170.500.15279.6359.5664.12
HexB56DDA11320F1183c40
Octal265155332216201743074100
Binary1011010111011011101101010001110010011111000110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DDA; }

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

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

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

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

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

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

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

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