Html Css Color HEX #B157DD Medium Orchid

📋 copy color: '#B157DD'

red 177 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #B157DD

Tints of Medium Orchid #B157DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 36.49%
G = 17.94%
B = 45.57%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B157DD (or 0xB157DD) is known color: Medium Orchid. HEX triplet: B1, 57 and DD. RGB value is (177,87,221). Sum of RGB (Red+Green+Blue) = 177+87+221=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #B157DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157DD is #4EA822. Grayscale: #808080. Windows color (decimal): -5154851 or 14505905. OLE color: 14505905.

HSL color Cylindrical-coordinate representation of color #B157DD: hue angle of 280.3º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B157DD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 87 221 -
CMYK 0.20 0.61 0 0.13
HSL 280.3º 0.66% 0.6% -
HSV(B) 280.3º 0.61% 0.87% -
XYZ 34.59 21.38 70.71 -
YUV 129.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 177 87 221 0.20 0.61 0 0.13 280.3 0.66 0.6
Hex B1 57 DD 14 3D 0 D 118 42 3C
Octal 261 127 335 24 75 0 15 430 102 74
Binary 10110001 1010111 11011101 10100 111101 0 1101 100011000 1000010 111100

Color Harmonies of #B157DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B157DD

Black with #B157DD

Text Example


Text Example

White with #B157DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B157DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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