Html Css Color HEX #B161DF Medium Orchid

📋 copy color: '#B161DF'

red 177 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #B161DF

Tints of Medium Orchid #B161DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.52%

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 35.61%
G = 19.52%
B = 44.87%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B161DF (or 0xB161DF) is known color: Medium Orchid. HEX triplet: B1, 61 and DF. RGB value is (177,97,223). Sum of RGB (Red+Green+Blue) = 177+97+223=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #B161DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161DF is #4E9E20. Grayscale: #868686. Windows color (decimal): -5152289 or 14639537. OLE color: 14639537.

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

Color convert

RGB 177 97 223 -
CMYK 0.21 0.57 0 0.13
HSL 278.1º 0.66% 0.63% -
HSV(B) 278.1º 0.57% 0.87% -
XYZ 35.73 23.22 72.41 -
YUV 135.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 177 97 223 0.21 0.57 0 0.13 278.1 0.66 0.63
Hex B1 61 DF 15 39 0 D 116 42 3F
Octal 261 141 337 25 71 0 15 426 102 77
Binary 10110001 1100001 11011111 10101 111001 0 1101 100010110 1000010 111111

Color Harmonies of #B161DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B161DF

Black with #B161DF

Text Example


Text Example

White with #B161DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B161DF; }

 p { color: rgb(177,97,223); }

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

background-color css

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

 a { background-color: rgb(177,97,223); }

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

border-color css

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

 span { border-color: rgb(177,97,223); }

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