#B659C6

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

Shades of Medium Orchid #B659C6

Tints of Medium Orchid #B659C6

Color information

#B659C6 (or 0xB659C6) is unknown color: approx Medium Orchid. HEX triplet: B6, 59 and C6. RGB value is (182,89,198). Sum of RGB (Red+Green+Blue) = 182+89+198=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #B659C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659C6 is #49A639. Grayscale: #808080. Windows color (decimal): -4826682 or 12999094. OLE color: 12999094.

HSL color Cylindrical-coordinate representation of color #B659C6: hue angle of 291.19º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B659C6 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18289198-
CMYK0.080.5500.22
HSL291.19º48.88%56.27%-
HSV(B)291.19º55.05%77.65%-
XYZ33.0621.1755.77-
YUV129.23166.81165.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 89 (35.16% from 255) = 18.98%
BLUE value IS 198 (77.73% from 255) = 42.22%
R=38.81%
G=18.98%
B=42.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182891980.080.5500.22291.1948.8856.27
HexB659C68370161233138
Octal26613130610670264436170
Binary101101101011001110001101000110111010110100100011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B659C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B659C6; }

 p { color: rgb(182,89,198); }

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

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

 a { background-color: rgb(182,89,198); }

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

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

 span { border-color: rgb(182,89,198); }

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