#B56ADA

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

Shades of Medium Orchid #B56ADA

Tints of Medium Orchid #B56ADA

Color information

#B56ADA (or 0xB56ADA) is unknown color: approx Medium Orchid. HEX triplet: B5, 6A and DA. RGB value is (181,106,218). Sum of RGB (Red+Green+Blue) = 181+106+218=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #B56ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ADA is #4A9525. Grayscale: #8C8C8C. Windows color (decimal): -4887846 or 14314165. OLE color: 14314165.

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

Color convert

RGB181106218-
CMYK0.170.5100.15
HSL280.18º60.22%63.53%-
HSV(B)280.18º51.38%85.49%-
XYZ36.8625.1969.25-
YUV141.19171.35156.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 106 (41.80% from 255) = 20.99%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=35.84%
G=20.99%
B=43.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811062180.170.5100.15280.1860.2263.53
HexB56ADA11330F1183c40
Octal265152332216301743074100
Binary1011010111010101101101010001110011011111000110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56ADA; }

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

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

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

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

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

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

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

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