#B56CD7

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

Shades of Medium Orchid #B56CD7

Tints of Medium Orchid #B56CD7

Color information

#B56CD7 (or 0xB56CD7) is unknown color: approx Medium Orchid. HEX triplet: B5, 6C and D7. RGB value is (181,108,215). Sum of RGB (Red+Green+Blue) = 181+108+215=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #B56CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CD7 is #4A9328. Grayscale: #8D8D8D. Windows color (decimal): -4887337 or 14118069. OLE color: 14118069.

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

Color convert

RGB181108215-
CMYK0.160.5000.16
HSL280.93º57.22%63.33%-
HSV(B)280.93º49.77%84.31%-
XYZ36.6825.4667.27-
YUV142.02169.18155.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 108 (42.58% from 255) = 21.43%
BLUE value IS 215 (84.38% from 255) = 42.66%
R=35.91%
G=21.43%
B=42.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811082150.160.5000.16280.9357.2263.33
HexB56CD71032010119393f
Octal26515432720620204317177
Binary1011010111011001101011110000110010010000100011001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CD7; }

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

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

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

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

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

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

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

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