#B656D3

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

Shades of Medium Orchid #B656D3

Tints of Medium Orchid #B656D3

Color information

#B656D3 (or 0xB656D3) is unknown color: approx Medium Orchid. HEX triplet: B6, 56 and D3. RGB value is (182,86,211). Sum of RGB (Red+Green+Blue) = 182+86+211=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #B656D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656D3 is #49A92C. Grayscale: #808080. Windows color (decimal): -4827437 or 13850294. OLE color: 13850294.

HSL color Cylindrical-coordinate representation of color #B656D3: hue angle of 286.08º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B656D3 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18286211-
CMYK0.140.5900.17
HSL286.08º58.69%58.24%-
HSV(B)286.08º59.24%82.75%-
XYZ34.3821.363.93-
YUV128.95174.3165.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 211 (82.81% from 255) = 44.05%
R=38.00%
G=17.95%
B=44.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182862110.140.5900.17286.0858.6958.24
HexB656D3E3B01111e3b3a
Octal26612632316730214367372
Binary101101101010110110100111110111011010001100011110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B656D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B656D3; }

 p { color: rgb(182,86,211); }

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

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

 a { background-color: rgb(182,86,211); }

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

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

 span { border-color: rgb(182,86,211); }

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