#B157C6

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

Shades of Medium Orchid #B157C6

Tints of Medium Orchid #B157C6

Color information

#B157C6 (or 0xB157C6) is unknown color: approx Medium Orchid. HEX triplet: B1, 57 and C6. RGB value is (177,87,198). Sum of RGB (Red+Green+Blue) = 177+87+198=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #B157C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157C6 is #4EA839. Grayscale: #7E7E7E. Windows color (decimal): -5154874 or 12998577. OLE color: 12998577.

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

Color convert

RGB17787198-
CMYK0.110.5600.22
HSL288.65º49.33%55.88%-
HSV(B)288.65º56.06%77.65%-
XYZ31.7320.2455.66-
YUV126.56168.32163.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 87 (34.38% from 255) = 18.83%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=38.31%
G=18.83%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177871980.110.5600.22288.6549.3355.88
HexB157C6B380161213138
Octal26112730613700264416170
Binary101100011010111110001101011111000010110100100001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157C6; }

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

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

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

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

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

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

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

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