#B659F7

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

Shades of Medium Orchid #B659F7

Tints of Medium Orchid #B659F7

Color information

#B659F7 (or 0xB659F7) is unknown color: approx Medium Orchid. HEX triplet: B6, 59 and F7. RGB value is (182,89,247). Sum of RGB (Red+Green+Blue) = 182+89+247=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #B659F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B659F7 is #49A608. Grayscale: #868686. Windows color (decimal): -4826633 or 16210358. OLE color: 16210358.

HSL color Cylindrical-coordinate representation of color #B659F7: hue angle of 275.32º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B659F7 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18289247-
CMYK0.260.6400.03
HSL275.32º90.8%65.88%-
HSV(B)275.32º63.97%96.86%-
XYZ39.6523.8190.5-
YUV134.82191.31161.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 89 (35.16% from 255) = 17.18%
BLUE value IS 247 (96.88% from 255) = 47.68%
R=35.14%
G=17.18%
B=47.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182892470.260.6400.03275.3290.865.88
HexB659F71A40031135b42
Octal2661313673210003423133102
Binary1011011010110011111011111010100000001110001001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B659F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B659F7; }

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

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

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

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

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

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

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

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