#B56CDB

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

Shades of Medium Orchid #B56CDB

Tints of Medium Orchid #B56CDB

Color information

#B56CDB (or 0xB56CDB) is unknown color: approx Medium Orchid. HEX triplet: B5, 6C and DB. RGB value is (181,108,219). Sum of RGB (Red+Green+Blue) = 181+108+219=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #B56CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CDB is #4A9324. Grayscale: #8E8E8E. Windows color (decimal): -4887333 or 14380213. OLE color: 14380213.

HSL color Cylindrical-coordinate representation of color #B56CDB: hue angle of 279.46º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56CDB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181108219-
CMYK0.170.5100.14
HSL279.46º60.66%64.12%-
HSV(B)279.46º50.68%85.88%-
XYZ37.225.6670.01-
YUV142.48171.18155.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 108 (42.58% from 255) = 21.26%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=35.63%
G=21.26%
B=43.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811082190.170.5100.14279.4660.6664.12
HexB56CDB11330E1173d40
Octal265154333216301642775100
Binary1011010111011001101101110001110011011101000101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CDB; }

 p { color: rgb(181,108,219); }

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

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

 a { background-color: rgb(181,108,219); }

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

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

 span { border-color: rgb(181,108,219); }

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