#B157F9

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

Shades of Medium Orchid #B157F9

Tints of Medium Orchid #B157F9

Color information

#B157F9 (or 0xB157F9) is unknown color: approx Medium Orchid. HEX triplet: B1, 57 and F9. RGB value is (177,87,249). Sum of RGB (Red+Green+Blue) = 177+87+249=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #B157F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B157F9 is #4EA806. Grayscale: #838383. Windows color (decimal): -5154823 or 16340913. OLE color: 16340913.

HSL color Cylindrical-coordinate representation of color #B157F9: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B157F9 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17787249-
CMYK0.290.6500.02
HSL273.33º93.1%65.88%-
HSV(B)273.33º65.06%97.65%-
XYZ38.642392.03-
YUV132.38193.82159.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 87 (34.38% from 255) = 16.96%
BLUE value IS 249 (97.66% from 255) = 48.54%
R=34.50%
G=16.96%
B=48.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal177872490.290.6500.02273.3393.165.88
HexB157F91D41021115d42
Octal2611273713510102421135102
Binary1011000110101111111100111101100000101010001000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157F9; }

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

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

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

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

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

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

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

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