#B659F1

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

Shades of Medium Orchid #B659F1

Tints of Medium Orchid #B659F1

Color information

#B659F1 (or 0xB659F1) is unknown color: approx Medium Orchid. HEX triplet: B6, 59 and F1. RGB value is (182,89,241). Sum of RGB (Red+Green+Blue) = 182+89+241=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #B659F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B659F1 is #49A60E. Grayscale: #858585. Windows color (decimal): -4826639 or 15817142. OLE color: 15817142.

HSL color Cylindrical-coordinate representation of color #B659F1: hue angle of 276.71º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B659F1 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18289241-
CMYK0.240.6300.05
HSL276.71º84.44%64.71%-
HSV(B)276.71º63.07%94.51%-
XYZ38.7423.4485.7-
YUV134.14188.31162.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 89 (35.16% from 255) = 17.38%
BLUE value IS 241 (94.53% from 255) = 47.07%
R=35.55%
G=17.38%
B=47.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182892410.240.6300.05276.7184.4464.71
HexB659F1183F051155441
Octal266131361307705425124101
Binary1011011010110011111000111000111111010110001010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B659F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B659F1; }

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

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

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

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

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

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

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

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