#B659C8

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

Shades of Medium Orchid #B659C8

Tints of Medium Orchid #B659C8

Color information

#B659C8 (or 0xB659C8) is unknown color: approx Medium Orchid. HEX triplet: B6, 59 and C8. RGB value is (182,89,200). Sum of RGB (Red+Green+Blue) = 182+89+200=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #B659C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659C8 is #49A637. Grayscale: #818181. Windows color (decimal): -4826680 or 13130166. OLE color: 13130166.

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

Color convert

RGB18289200-
CMYK0.090.5600.22
HSL290.27º50.23%56.67%-
HSV(B)290.27º55.5%78.43%-
XYZ33.2921.2656.99-
YUV129.46167.81165.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 89 (35.16% from 255) = 18.90%
BLUE value IS 200 (78.52% from 255) = 42.46%
R=38.64%
G=18.90%
B=42.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182892000.090.5600.22290.2750.2356.67
HexB659C89380161223239
Octal26613131011700264426271
Binary101101101011001110010001001111000010110100100010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B659C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B659C8; }

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

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

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

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

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

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

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

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