Html Css Color HEX #B157C6 Medium Orchid

📋 copy color: '#B157C6'

red 177 ◦ green 87 ◦ blue 198

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

Shades of Medium Orchid #B157C6

Tints of Medium Orchid #B157C6

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 value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B157C6 (or 0xB157C6) is known color: 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

RGB 177 87 198 -
CMYK 0.11 0.56 0 0.22
HSL 288.65º 0.49% 0.56% -
HSV(B) 288.65º 0.56% 0.78% -
XYZ 31.73 20.24 55.66 -
YUV 126.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 177 87 198 0.11 0.56 0 0.22 288.65 0.49 0.56
Hex B1 57 C6 B 38 0 16 121 31 38
Octal 261 127 306 13 70 0 26 441 61 70
Binary 10110001 1010111 11000110 1011 111000 0 10110 100100001 110001 111000

Color Harmonies of #B157C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B157C6

Black with #B157C6

Text Example


Text Example

White with #B157C6

Text Example


Text Example

HTML Codes & Css Web 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>