Html Css Color HEX #B157DA Medium Orchid

📋 copy color: '#B157DA'

red 177 ◦ green 87 ◦ blue 218

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

Shades of Medium Orchid #B157DA

Tints of Medium Orchid #B157DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 36.72%
G = 18.05%
B = 45.23%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B157DA (or 0xB157DA) is known color: Medium Orchid. HEX triplet: B1, 57 and DA. RGB value is (177,87,218). Sum of RGB (Red+Green+Blue) = 177+87+218=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #B157DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157DA is #4EA825. Grayscale: #808080. Windows color (decimal): -5154854 or 14309297. OLE color: 14309297.

HSL color Cylindrical-coordinate representation of color #B157DA: hue angle of 281.22º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B157DA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 87 218 -
CMYK 0.19 0.60 0 0.15
HSL 281.22º 0.64% 0.6% -
HSV(B) 281.22º 0.6% 0.85% -
XYZ 34.19 21.23 68.62 -
YUV 128.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 177 87 218 0.19 0.60 0 0.15 281.22 0.64 0.6
Hex B1 57 DA 13 3C 0 F 119 40 3C
Octal 261 127 332 23 74 0 17 431 100 74
Binary 10110001 1010111 11011010 10011 111100 0 1111 100011001 1000000 111100

Color Harmonies of #B157DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B157DA

Black with #B157DA

Text Example


Text Example

White with #B157DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B157DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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