#B159F6

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

Shades of Medium Orchid #B159F6

Tints of Medium Orchid #B159F6

Color information

#B159F6 (or 0xB159F6) is unknown color: approx Medium Orchid. HEX triplet: B1, 59 and F6. RGB value is (177,89,246). Sum of RGB (Red+Green+Blue) = 177+89+246=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #B159F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159F6 is #4EA609. Grayscale: #848484. Windows color (decimal): -5154314 or 16144817. OLE color: 16144817.

HSL color Cylindrical-coordinate representation of color #B159F6: hue angle of 273.63º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B159F6 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17789246-
CMYK0.280.6400.04
HSL273.63º89.71%65.69%-
HSV(B)273.63º63.82%96.47%-
XYZ38.3423.1589.64-
YUV133.21191.65159.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 89 (35.16% from 255) = 17.38%
BLUE value IS 246 (96.48% from 255) = 48.05%
R=34.57%
G=17.38%
B=48.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal177892460.280.6400.04273.6389.7165.69
HexB159F61C40041125a42
Octal2611313663410004422132102
Binary10110001101100111110110111001000000010010001001010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159F6; }

 p { color: rgb(177,89,246); }

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

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

 a { background-color: rgb(177,89,246); }

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

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

 span { border-color: rgb(177,89,246); }

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