#B157CF

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

Shades of Medium Orchid #B157CF

Tints of Medium Orchid #B157CF

Color information

#B157CF (or 0xB157CF) is unknown color: approx Medium Orchid. HEX triplet: B1, 57 and CF. RGB value is (177,87,207). Sum of RGB (Red+Green+Blue) = 177+87+207=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #B157CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157CF is #4EA830. Grayscale: #7F7F7F. Windows color (decimal): -5154865 or 13588401. OLE color: 13588401.

HSL color Cylindrical-coordinate representation of color #B157CF: hue angle of 285º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B157CF is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17787207-
CMYK0.140.5800.19
HSL285º55.56%57.65%-
HSV(B)285º57.97%81.18%-
XYZ32.820.6761.29-
YUV127.59172.82163.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 87 (34.38% from 255) = 18.47%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=37.58%
G=18.47%
B=43.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177872070.140.5800.1928555.5657.65
HexB157CFE3A01311d383a
Octal26112731716720234357072
Binary101100011010111110011111110111010010011100011101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157CF; }

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

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

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

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

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

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

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

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