#B157C7

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

Shades of Medium Orchid #B157C7

Tints of Medium Orchid #B157C7

Color information

#B157C7 (or 0xB157C7) is unknown color: approx Medium Orchid. HEX triplet: B1, 57 and C7. RGB value is (177,87,199). Sum of RGB (Red+Green+Blue) = 177+87+199=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 199 - color contains mainly: blue. Hex color #B157C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157C7 is #4EA838. Grayscale: #7E7E7E. Windows color (decimal): -5154873 or 13064113. OLE color: 13064113.

HSL color Cylindrical-coordinate representation of color #B157C7: hue angle of 288.21º degrees, saturation: 0.5, 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 #B157C7 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17787199-
CMYK0.110.5600.22
HSL288.21º50%56.08%-
HSV(B)288.21º56.28%78.04%-
XYZ31.8520.2956.27-
YUV126.68168.82163.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 87 (34.38% from 255) = 18.79%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=38.23%
G=18.79%
B=42.98%

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
Decimal177871990.110.5600.22288.215056.08
HexB157C7B380161203238
Octal26112730713700264406270
Binary101100011010111110001111011111000010110100100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157C7; }

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

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

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

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

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

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

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

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