Html Css Color HEX #B157C1 Medium Orchid

📋 copy color: '#B157C1'

red 177 ◦ green 87 ◦ blue 193

#B157C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B157C1

Tints of Medium Orchid #B157C1

RGB

 RED value IS 177 (69.53% from 255) = 38.73%

 GREEN value IS 87 (34.38% from 255) = 19.04%

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 38.73%
G = 19.04%
B = 42.23%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B157C1 (or 0xB157C1) is known color: Medium Orchid. HEX triplet: B1, 57 and C1. RGB value is (177,87,193). Sum of RGB (Red+Green+Blue) = 177+87+193=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #B157C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157C1 is #4EA83E. Grayscale: #7D7D7D. Windows color (decimal): -5154879 or 12670897. OLE color: 12670897.

HSL color Cylindrical-coordinate representation of color #B157C1: hue angle of 290.94º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B157C1 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 87 193 -
CMYK 0.08 0.55 0 0.24
HSL 290.94º 0.46% 0.55% -
HSV(B) 290.94º 0.55% 0.76% -
XYZ 31.17 20.01 52.67 -
YUV 125.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 177 87 193 0.08 0.55 0 0.24 290.94 0.46 0.55
Hex B1 57 C1 8 37 0 18 123 2E 37
Octal 261 127 301 10 67 0 30 443 56 67
Binary 10110001 1010111 11000001 1000 110111 0 11000 100100011 101110 110111

Color Harmonies of #B157C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B157C1

Black with #B157C1

Text Example


Text Example

White with #B157C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B157C1; }

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

 H1.HeaderClassName
 {
   color: #B157C1;
 }
 .AnyTagClassName
 {
   color: #B157C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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