#B15BC6

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

Shades of Medium Orchid #B15BC6

Tints of Medium Orchid #B15BC6

Color information

#B15BC6 (or 0xB15BC6) is unknown color: approx Medium Orchid. HEX triplet: B1, 5B and C6. RGB value is (177,91,198). Sum of RGB (Red+Green+Blue) = 177+91+198=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #B15BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BC6 is #4EA439. Grayscale: #808080. Windows color (decimal): -5153850 or 12999601. OLE color: 12999601.

HSL color Cylindrical-coordinate representation of color #B15BC6: hue angle of 288.22º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15BC6 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17791198-
CMYK0.110.5400.22
HSL288.22º48.42%56.67%-
HSV(B)288.22º54.04%77.65%-
XYZ32.0720.9155.77-
YUV128.91166.99162.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=37.98%
G=19.53%
B=42.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177911980.110.5400.22288.2248.4256.67
HexB15BC6B360161203039
Octal26113330613660264406071
Binary101100011011011110001101011110110010110100100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15BC6; }

 p { color: rgb(177,91,198); }

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

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

 a { background-color: rgb(177,91,198); }

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

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

 span { border-color: rgb(177,91,198); }

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