#B159F3

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

Shades of Medium Orchid #B159F3

Tints of Medium Orchid #B159F3

Color information

#B159F3 (or 0xB159F3) is unknown color: approx Medium Orchid. HEX triplet: B1, 59 and F3. RGB value is (177,89,243). Sum of RGB (Red+Green+Blue) = 177+89+243=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #B159F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159F3 is #4EA60C. Grayscale: #848484. Windows color (decimal): -5154317 or 15948209. OLE color: 15948209.

HSL color Cylindrical-coordinate representation of color #B159F3: hue angle of 274.29º degrees, saturation: 0.87, 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 #B159F3 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17789243-
CMYK0.270.6300.05
HSL274.29º86.52%65.1%-
HSV(B)274.29º63.37%95.29%-
XYZ37.8822.9687.23-
YUV132.87190.15159.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 89 (35.16% from 255) = 17.49%
BLUE value IS 243 (95.31% from 255) = 47.74%
R=34.77%
G=17.49%
B=47.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177892430.270.6300.05274.2986.5265.1
HexB159F31B3F051125741
Octal261131363337705422127101
Binary1011000110110011111001111011111111010110001001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159F3; }

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

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

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

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

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

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

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

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