Html Css Color HEX #B157EB Medium Orchid

📋 copy color: '#B157EB'

red 177 ◦ green 87 ◦ blue 235

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

Shades of Medium Orchid #B157EB

Tints of Medium Orchid #B157EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 35.47%
G = 17.43%
B = 47.09%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B157EB (or 0xB157EB) is known color: Medium Orchid. HEX triplet: B1, 57 and EB. RGB value is (177,87,235). Sum of RGB (Red+Green+Blue) = 177+87+235=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #B157EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B157EB is #4EA814. Grayscale: #828282. Windows color (decimal): -5154837 or 15423409. OLE color: 15423409.

HSL color Cylindrical-coordinate representation of color #B157EB: hue angle of 276.49º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B157EB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 87 235 -
CMYK 0.25 0.63 0 0.08
HSL 276.49º 0.79% 0.63% -
HSV(B) 276.49º 0.63% 0.92% -
XYZ 36.54 22.16 80.95 -
YUV 130.78 186.82 160.97 -
System Red Green Blue C M Y K H S L
Decimal 177 87 235 0.25 0.63 0 0.08 276.49 0.79 0.63
Hex B1 57 EB 19 3F 0 8 114 4F 3F
Octal 261 127 353 31 77 0 10 424 117 77
Binary 10110001 1010111 11101011 11001 111111 0 1000 100010100 1001111 111111

Color Harmonies of #B157EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B157EB

Black with #B157EB

Text Example


Text Example

White with #B157EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B157EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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