#B659CA

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

Shades of Medium Orchid #B659CA

Tints of Medium Orchid #B659CA

Color information

#B659CA (or 0xB659CA) is unknown color: approx Medium Orchid. HEX triplet: B6, 59 and CA. RGB value is (182,89,202). Sum of RGB (Red+Green+Blue) = 182+89+202=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #B659CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659CA is #49A635. Grayscale: #818181. Windows color (decimal): -4826678 or 13261238. OLE color: 13261238.

HSL color Cylindrical-coordinate representation of color #B659CA: hue angle of 289.38º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B659CA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18289202-
CMYK0.100.5600.21
HSL289.38º51.6%57.06%-
HSV(B)289.38º55.94%79.22%-
XYZ33.5221.3558.23-
YUV129.69168.81165.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 89 (35.16% from 255) = 18.82%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=38.48%
G=18.82%
B=42.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182892020.100.5600.21289.3851.657.06
HexB659CAA380151213439
Octal26613131212700254416471
Binary101101101011001110010101010111000010101100100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B659CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B659CA; }

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

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

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

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

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

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

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

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