#B659CB

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

Shades of Medium Orchid #B659CB

Tints of Medium Orchid #B659CB

Color information

#B659CB (or 0xB659CB) is unknown color: approx Medium Orchid. HEX triplet: B6, 59 and CB. RGB value is (182,89,203). Sum of RGB (Red+Green+Blue) = 182+89+203=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #B659CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659CB is #49A634. Grayscale: #818181. Windows color (decimal): -4826677 or 13326774. OLE color: 13326774.

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

Color convert

RGB18289203-
CMYK0.100.5600.20
HSL288.95º52.29%57.25%-
HSV(B)288.95º56.16%79.61%-
XYZ33.6421.458.86-
YUV129.8169.31165.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=38.40%
G=18.78%
B=42.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182892030.100.5600.20288.9552.2957.25
HexB659CBA380141213439
Octal26613131312700244416471
Binary101101101011001110010111010111000010100100100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B659CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B659CB; }

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

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

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

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

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

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

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

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