#B56CCF

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

Shades of Medium Orchid #B56CCF

Tints of Medium Orchid #B56CCF

Color information

#B56CCF (or 0xB56CCF) is unknown color: approx Medium Orchid. HEX triplet: B5, 6C and CF. RGB value is (181,108,207). Sum of RGB (Red+Green+Blue) = 181+108+207=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #B56CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CCF is #4A9330. Grayscale: #8C8C8C. Windows color (decimal): -4887345 or 13593781. OLE color: 13593781.

HSL color Cylindrical-coordinate representation of color #B56CCF: hue angle of 284.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B56CCF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181108207-
CMYK0.130.4800.19
HSL284.24º50.77%61.76%-
HSV(B)284.24º47.83%81.18%-
XYZ35.6825.0561.99-
YUV141.11165.18156.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=36.49%
G=21.77%
B=41.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811082070.130.4800.19284.2450.7761.76
HexB56CCFD3001311c333e
Octal26515431715600234346376
Binary101101011101100110011111101110000010011100011100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CCF; }

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

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

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

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

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

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

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

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