#B756CE

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

Shades of Medium Orchid #B756CE

Tints of Medium Orchid #B756CE

Color information

#B756CE (or 0xB756CE) is unknown color: approx Medium Orchid. HEX triplet: B7, 56 and CE. RGB value is (183,86,206). Sum of RGB (Red+Green+Blue) = 183+86+206=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #B756CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756CE is #48A931. Grayscale: #808080. Windows color (decimal): -4761906 or 13522615. OLE color: 13522615.

HSL color Cylindrical-coordinate representation of color #B756CE: hue angle of 288.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B756CE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18386206-
CMYK0.110.5800.19
HSL288.5º55.05%57.25%-
HSV(B)288.5º58.25%80.78%-
XYZ3421.1860.69-
YUV128.68171.64166.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=38.53%
G=18.11%
B=43.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183862060.110.5800.19288.555.0557.25
HexB756CEB3A0131203739
Octal26712631613720234406771
Binary101101111010110110011101011111010010011100100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B756CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B756CE; }

 p { color: rgb(183,86,206); }

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

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

 a { background-color: rgb(183,86,206); }

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

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

 span { border-color: rgb(183,86,206); }

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