#B756CD

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

Shades of Medium Orchid #B756CD

Tints of Medium Orchid #B756CD

Color information

#B756CD (or 0xB756CD) is unknown color: approx Medium Orchid. HEX triplet: B7, 56 and CD. RGB value is (183,86,205). Sum of RGB (Red+Green+Blue) = 183+86+205=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #B756CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756CD is #48A932. Grayscale: #808080. Windows color (decimal): -4761907 or 13457079. OLE color: 13457079.

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

Color convert

RGB18386205-
CMYK0.110.5800.20
HSL288.91º54.34%57.06%-
HSV(B)288.91º58.05%80.39%-
XYZ33.8821.1360.05-
YUV128.57171.14166.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 86 (33.98% from 255) = 18.14%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=38.61%
G=18.14%
B=43.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183862050.110.5800.20288.9154.3457.06
HexB756CDB3A0141213639
Octal26712631513720244416671
Binary101101111010110110011011011111010010100100100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B756CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B756CD; }

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

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

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

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

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

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

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

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