#B56EE7

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

Shades of Medium Orchid #B56EE7

Tints of Medium Orchid #B56EE7

Color information

#B56EE7 (or 0xB56EE7) is unknown color: approx Medium Orchid. HEX triplet: B5, 6E and E7. RGB value is (181,110,231). Sum of RGB (Red+Green+Blue) = 181+110+231=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #B56EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56EE7 is #4A9118. Grayscale: #909090. Windows color (decimal): -4886809 or 15167157. OLE color: 15167157.

HSL color Cylindrical-coordinate representation of color #B56EE7: hue angle of 275.21º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56EE7 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181110231-
CMYK0.220.5200.09
HSL275.21º71.6%66.86%-
HSV(B)275.21º52.38%90.59%-
XYZ39.0626.7578.71-
YUV145.02176.52153.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 110 (43.36% from 255) = 21.07%
BLUE value IS 231 (90.62% from 255) = 44.25%
R=34.67%
G=21.07%
B=44.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811102310.220.5200.09275.2171.666.86
HexB56EE71634091134843
Octal2651563472664011423110103
Binary10110101110111011100111101101101000100110001001110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56EE7; }

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

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

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

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

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

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

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

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