#B659CE

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

Shades of Medium Orchid #B659CE

Tints of Medium Orchid #B659CE

Color information

#B659CE (or 0xB659CE) is unknown color: approx Medium Orchid. HEX triplet: B6, 59 and CE. RGB value is (182,89,206). Sum of RGB (Red+Green+Blue) = 182+89+206=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #B659CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659CE is #49A631. Grayscale: #818181. Windows color (decimal): -4826674 or 13523382. OLE color: 13523382.

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

Color convert

RGB18289206-
CMYK0.120.5700.19
HSL287.69º54.42%57.84%-
HSV(B)287.69º56.8%80.78%-
XYZ3421.5560.76-
YUV130.15170.81164.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=38.16%
G=18.66%
B=43.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182892060.120.5700.19287.6954.4257.84
HexB659CEC39013120363a
Octal26613131614710234406672
Binary101101101011001110011101100111001010011100100000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B659CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B659CE; }

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

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

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

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

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

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

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

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