#B56ED5

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

Shades of Medium Orchid #B56ED5

Tints of Medium Orchid #B56ED5

Color information

#B56ED5 (or 0xB56ED5) is unknown color: approx Medium Orchid. HEX triplet: B5, 6E and D5. RGB value is (181,110,213). Sum of RGB (Red+Green+Blue) = 181+110+213=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #B56ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ED5 is #4A912A. Grayscale: #8E8E8E. Windows color (decimal): -4886827 or 13987509. OLE color: 13987509.

HSL color Cylindrical-coordinate representation of color #B56ED5: hue angle of 281.36º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B56ED5 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181110213-
CMYK0.150.4800.16
HSL281.36º55.08%63.33%-
HSV(B)281.36º48.36%83.53%-
XYZ36.6425.7866-
YUV142.97167.52155.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 110 (43.36% from 255) = 21.83%
BLUE value IS 213 (83.59% from 255) = 42.26%
R=35.91%
G=21.83%
B=42.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811102130.150.4800.16281.3655.0863.33
HexB56ED5F30010119373f
Octal26515632517600204316777
Binary101101011101110110101011111110000010000100011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56ED5; }

 p { color: rgb(181,110,213); }

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

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

 a { background-color: rgb(181,110,213); }

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

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

 span { border-color: rgb(181,110,213); }

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